Questions tagged [facebook-checkins]
48 questions
6
votes
1 answer
Graph API to check in with Facebook iOS SDK 3.1.1
I am using Facebook SDK 3.1.1 for login as well as check in with Facebook.
login with Facebook it's working fine but CheckIn with using graph API give error.
This are all the permission I am giving for checkin
@"friends_status",@"user_checkins",…

sKhan
- 9,694
- 16
- 55
- 53
6
votes
1 answer
Get facebook user checkins
I need to get a list of a facebook user checkins both in photos and in status.
I tried to use graph api to query /me/locations' like:
$this->api->api('/me/locations?limit=1000');
It returns me a list of user checkins with three different types:…

jribeiro
- 3,387
- 8
- 43
- 70
5
votes
1 answer
Facebook Checkin API By Place ID Get All Users List
I want to get all the Users of Check-In at my Place. But Facebook provides only those Users which are available in my Friends List.
I have tried with the below link.
https://graph.facebook.com/search?type=location&&place={My Place…

Nitin Vijay
- 1,414
- 12
- 28
3
votes
1 answer
Can i find the number of people who are currently checked-in in a facebook place?
I want to build a desktop application which searches for the number of people who are currently checked-in in a facebook place, something like an equivalent for the foursquare's hereNow.
I've searched quite a lot in the graph api but i can't find…

Alex Karnezis
- 888
- 9
- 14
2
votes
0 answers
Facebook Checkin using Graph API in Android
I would like to check-in into Facebook using graph API(Or what ever method available), I have latitude and longitude of the place, please anyone help me in addressing following questions.
1) Which permission is required for getting place_id and…

Mahantesh M Ambi
- 786
- 1
- 13
- 25
2
votes
3 answers
How to post checkin on Facebook?
I need to checkin on Facebook, without using the default checkin option that comes with Facebook iOS SDK, because I need to filter the Facebook places, so that user can only checkin using places I filtered.
I have tried this using Facebook graph…

user2530884
- 61
- 5
2
votes
1 answer
Friends checkins with facebook graph api and rails - APIError
I am trying to get a users friends checkins, I am using omniauth and koala gem.
When a user gets saved this method hits:
def add_friends
friends_data = facebook.get_connections("me", "friends", :fields => "id, name, link, picture, gender,…
user592638
2
votes
2 answers
how to find friend's past checkins near a location?
In my app, a user is at a location and is looking for her friends who have been anywhere withing 10 miles of where she is. How do I find this with either FQL or graph? The only way that I can see is by running a search like so:…

doles
- 558
- 6
- 20
1
vote
1 answer
Get # People that "Were Here" from a facebook page with FQL
I am trying to get some statistics for a facebook page using publicly available information - particularly how many people have ever been tagged at that place.
I used FQL to retrieve the # of checkins for a specific page_id - which works fine. …

Joe DiVita
- 11
- 1
- 2
1
vote
1 answer
Getting place recommendations and list of people who like a place using FQL / Graph API
Does anyone know if its possible to get a list of place recommendations and list of people who like a place (not only a number, but ids or names)

Sam
- 616
- 7
- 19
1
vote
1 answer
Any way to suggest places to Facebook
I am developing an android application which has the simple call to check-in feature which will help the students of a university collaborate and see what their friends like/visit.
I am trying to get the specific place of interest by passing the…

Shireesh Asthana
- 739
- 3
- 7
1
vote
2 answers
Cannot Checkin Through FB.api (javascript)
With the javascript sdk (FB.api), I cannot checkin on behalf of user.
(The user has granted publish_stream permission to my app)
Since facebook's API keeps changing, confused for some time. After searching and reading from internet, I think it's the…

Kent Si
- 11
- 3
1
vote
2 answers
facebook ios sdk automatically select place when checking in?
Hi I have quite a simple question thats been bugging me for a while. How can I automatically select the place that the user checks into when using the check in feature of the Facebook sdk for iOS. Rather then showing the placePicker with an array of…

Shayno
- 788
- 9
- 26
1
vote
1 answer
Compare Facebook check-in locations with locations saved in db
I am working on a travel guide website.
What i want to do is read users facebook checkins and mark the locations (saved in my db with coordinates collected from google) that they visited.
My question is how can i best compare the location saved in…

Kobulniczky Csongor
- 437
- 4
- 11
1
vote
1 answer
Facebook Graph API: Getting latitude/longitude of a Checkin via Fields API (optimized calling)
I'd like to know whether there is a way to directly get the latitude/longitude fields via the Facebook Graph API.
The background is that I want to reduce the amount of data which is returned by the Graph API by getting rid of fields which are not of…

Tobi
- 31,405
- 8
- 58
- 90