Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need some help for Post CheckIn data into Timeline

I use below graph api for Post data

https://graph.facebook.com/me/checkins?access_token=token&
message=Test&?place=place_Id&
coordinates={latitude=23.030609,longitude=72.507337,tags=tage_Id}

but there are some mistake means when i call this api at that time i got response like this

{ "data": [

] }

share|improve this question
“message=Test&?place=” – whats the ? doing in there? – CBroe Sep 24 '12 at 8:11
Have you requested the publish_checkins permission from your users? – Lix Sep 24 '12 at 8:11

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.