Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8366303
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T12:52:58+00:00 2026-06-09T12:52:58+00:00

Using the graph api it’s possible to do: https://graph.facebook.com/me/checkins But how am I supposed

  • 0

Using the graph api it’s possible to do:

https://graph.facebook.com/me/checkins

But how am I supposed to do it with FQL?
I tried this which suggests:

SELECT message FROM checkin WHERE author_uid IN (SELECT uid2 FROM friend WHERE uid1 = me()) 
AND me() IN tagged_uids

but it doesn’t return even a single result.

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T12:52:59+00:00Added an answer on June 9, 2026 at 12:52 pm

    From what I can see, IN doesn’t seem to work with me(). You have to first get the user id and assign this to a variable. This throws an OAuth exception:

    SELECT message FROM checkin WHERE author_uid = me() OR me() IN tagged_ids
    

    but if you set [UserId] to the current user’s id, this works:

    SELECT message FROM checkin WHERE author_uid = [UserId] OR [UserId] IN tagged_ids
    

    You don’t need to use the friend subquery. FQL will only return checkins that are visible to your user.

    For this to work, make sure your access_token has both the user_checkins and friends_checkins permissions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using graph API to get the feed post. https://graph.facebook.com/128172073865656/feed?limit=200 but it is
I am using graph api to retrieve my friend list. https://graph.facebook.com/me/friends?access_token= I noticed it
I am using Graph API https://developers.facebook.com/docs/reference/api/#publishing with PHP SDK and I would like to
I have been working on a facebook application which will be using Graph API
Follow up to this question for Facebook Friends.getAppUsers using Graph API that pulls friends
Possible Duplicate: Facebook online friend I am using the Facebook Graph API and I
How would I do this but using Graph API to grab locale and display
i fetch the user's group in facebook using graph api... http://developers.facebook.com/tools/explorer?method=GET&path=100000004811603%2Fgroups / with user_groups
I am getting this error in using Graph api for facebook error: { type:
I tried a number of methods of posting to Facebook using Graph API and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.