Questions tagged [facebook-checkins]
48 questions
0
votes
2 answers
(Facebook) How to get user check-ins with FQL
I can get users check-ins with Graph API but not with FQL.
SELECT place FROM stream WHERE filter_key = 'owner' AND with_location = 'true' AND type = 285
Returns empty result.
SELECT message FROM checkin WHERE author_uid = me()
This returns very…

Boy
- 405
- 2
- 9
- 21
0
votes
1 answer
I want to get notified if my facebook app's users check in any location
I am writing an app to offer something to FB users depending on their locations.
Current situation : I know how to check one specific user's location.
I may periodically check all my users locations in a loop and compare them with their last…

RCI
- 145
- 1
- 1
- 6
0
votes
1 answer
Can i get facebook checkins of my facebook page with realtime updates api?
According to facebook page realtime documentation
https://developers.facebook.com/docs/reference/api/page/#realtime
it says we can get following things real time updates with api as a page.
name
category_lists
picture
checkins
feed
I have setup…

Krishna Karki
- 1,304
- 4
- 14
- 31
0
votes
1 answer
"(#200) Requires extended permission: publish_checkins" while permission is granted
I'm trying to make checkin with facebook sdk from iOS app and getting the following error.
Something wrong with the error description because user granted my app with the extended "publish_checkins" permission and it is mentioned in current session…

Mando
- 11,414
- 17
- 86
- 167
0
votes
2 answers
Facebook: How to get list of last friends checkins using graph API or FQL
The following Graph API gets the first checkin for each friend. How do you get the last checkin?
me/friends?fields=checkins.limit(1).fields(from,message,place.fields(id,name,location,likes,website,phone,description,checkins),tags)
Note that I can…

Sam
- 616
- 7
- 19
0
votes
1 answer
Real time checkins stop working after app is uninstalled and reinstalled
We are working on an iPhone app that uses Facebook's realtime checkin data. We noticed that if we uninstall the app and reinstall the app, we see one of the two issues:
Facebook realtime updates stop working for some users. i,e, our servers…

Think Floyd
- 359
- 2
- 8
- 14
0
votes
3 answers
Getting friends' facebook check-ins into a place
I'm trying to find which of my friends have been to Paris before. I'm trying to use the Graph API to do this.
So basically there's the place id (for Paris it's 110774245616525), I can get basic informations using the endpoint…

Benjamin Netter
- 1,501
- 3
- 18
- 34
0
votes
1 answer
how to checkin a place in facebook sdk 3 Android
I want to check in a place using Facebook sdk 3.And it should be post in wall as a check in .I have the place id .does any one have idea how to do it and any code >>

Kasun Dev
- 43
- 1
- 1
- 5
0
votes
1 answer
How to get lat/lng from Facebook's location IDS
I have an Android/Web app where users login through FBConnect, now I have location IDs how do I convert those location IDs to lat/lng ?
e.g: these are sample location IDs with country and/or city name:
{"id":"110647272290207", "name":"Mohammedia, …

Shehabic
- 6,787
- 9
- 52
- 93
0
votes
1 answer
Facebook Android Checkins
Ok so I have been researching the facebook api and Noticed that they released a new SDK. I have been trying to implement a checkin to a known place id.
I have seen posts that use the facebook.request("me/checkins", params, "POST"); to checkin using…

doubleA
- 2,446
- 22
- 45
0
votes
2 answers
facebook authentication using actionscript
I am trying to use actionscript 3.0 API for Facebook authentication. I am able to authenticate successfully but I need user email id. Can some one provide me example of how to get details with additional permission. I presume that you can get user…

Dilip Apte
- 1
- 1
0
votes
1 answer
Facebook checkins, user access tokey is required
I am able to access checkins and locations by url, using the Graph API Explorer with my app.
So, the user tokens seem to be OK.
Now, when I try :
$ curl "https://graph.facebook.com/[my id]/locations?access_token=[my app token]
it…

ericp
- 611
- 2
- 11
- 17
0
votes
1 answer
How long limit parameter supported for Facebook check-in Graph API?
I'm trying the below Facebook API to getting my friends' check-in around a specified location.
https://graph.facebook.com/search?type=checkin¢er=xx,xx&since=XX-XX-XX
Here I have a question, that is how long my friends' check-in I can got -…

sunjinbo
- 2,137
- 4
- 22
- 45
0
votes
1 answer
different versions of facebook for location based development?
I am working on an app that uses facebook's check in feature from mobile phones. I have created multiple versions of the app on facebook so that i can keep production, test and development separated. All good. However, all my checkins whether test…

doles
- 558
- 6
- 20
-1
votes
1 answer
Getting user checkin information based on place_id from Facebook
I was wondering if there is any way to get user checkin information for different places based on the place_id. Facebook documentation keeps changing around and I'm not sure if this is possible now? Seems like it was possible in older API…

sanjana
- 43
- 1
- 5