Questions tagged [facebook-checkins]

48 questions
1
vote
1 answer

Can't get facebook checkins, data array always empty

I have a strange behavior when trying to get the checkins of a place or user: the result is always an empty data array: { "data": [ ] } This happens when I use the Graph Explorer: /4/checkins or when I use FQL: SELECT checkin_id,…
Silas
  • 37
  • 7
1
vote
1 answer

Associate facebook user check-ins to list of cities based on latitude and longitude

I am studying the development of an application that would show a user which cities in the world their friends have traveled to. To do this, I was thinking of getting a list of check-ins for each of the user's friends and mapping those check-ins to…
1
vote
2 answers

How to I get all the checkins a user is tagged in using FQL

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…
Tiger
  • 569
  • 1
  • 5
  • 8
0
votes
1 answer

Search Facebook Check-ins at given place

Is it possible to search and get user checkins or friend's checkins for a given place(lat/lon)?
Vamshi Vangapally
  • 1,972
  • 6
  • 21
  • 25
0
votes
1 answer

Simple Javascript Checkins

Can anyone show me a quick example of posting a checkin with javascript using FB.api('/me/checkins', 'post', etc?? Mine doesn't seem to work. Also does anyone know if this will take a date variable?
Tyler Davis
  • 25
  • 2
  • 4
0
votes
1 answer

Graph Checkin method returns empty data

I'm trying to get to work the Checkin method, but currently I only get empty data: { "data": [ ]} Whether using this http://developers.facebook.com/tools/explorer/?method=GET&path=me%2Fcheckins or using…
0
votes
1 answer

Anyway for admin to get ALL checkin info?

looks like every checkin call on the api only relates to a user's checkins or their friends. Is there no way for a page administrator to see all of their checkins with times and names? I know you can see the total, but we are needing to look for a…
0
votes
1 answer

Webpage with open graph metadata as a valid place for FB Check-ins

I'm trying to publish check-ins to places that aren't available on Facebook. I created a sample web page for a sample place and added the open graph metadata, but Facebook doesn't recognize my "og:type" correctly; it always crawls my page as an…
paulojreis
  • 51
  • 3
0
votes
1 answer

Automatically tag place in facebook ShareDialod

I have a problem with tagging place in share dialog. I am using this code ShareFeedContent content = new ShareFeedContent.Builder() .setLink(text) .setPlaceId(id).build(); ShareDialog.show(context,content); but setPlaceId(id) has no…
0
votes
0 answers

Facebook api for the list of users who check in my facebook page

How can I get list of users who check in my page(location). Check in counts can get by graph api but didn't get the users details.
BIJU C
  • 21
  • 5
0
votes
0 answers

Retrieving Facebook check-ins to a particular Facebook page using Facebook webhooks subscription

I have used Facebook webhooks to retrieve check-ins for a particular Facebook page that I have created. I have implemented an endpoint to receive the webhooks notifications. I was able to get the messages and posts by test users through the…
0
votes
1 answer

Facebook Graph API tagged_places missing results

Issue: I am currently developing against the tagged_places endpoint. I have noticed that the API is only returning the first tagged place per day, even though a user may have checked into a location multiple times. Can anyone tell me whether this is…
0
votes
1 answer

Create check-in link for facebook

I've tried to find a direct link to a check-in box in facebook. This is the code that I found, on https://touch.facebook.com/Scoutsgroep.VZW.De.zwaluw/, I have tried to put the code on a website (wordpress) but that doesn't create a direct link to…
Aldo
  • 730
  • 8
  • 20
0
votes
2 answers

Is it possible to get all facebook checkins of user's friend list through facebook api?

I need all of the facebook checkins made by friend list of a user through facebook api. I am not able to get any proper documention for this.
0
votes
1 answer

Need to create a POST Facebook check in

I'd like to create a link or button on my website for a user to click on, that will check them into a place on Facebook. I'd like to have the code be flexible so I may change the place name within the code (and re-use the code for checkins at…
chris
  • 3
  • 6