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 am writing an mobile website that I want users to check in at the current physical location and for the website to get verification of this being done. Is it possible?

share|improve this question

2 Answers

Graph API Page has a connection called checkins which you can send an Http post to to check the user in at that location. It requires permissions of user_checkins and I think publish_stream.

share|improve this answer
I am trying to read if they checked in, not actually write a check in – Jay West Apr 18 '12 at 22:27

Google Analytics has support for mobile apps, created from programs or run on website such as facebook apps. You can sign up here: http://www.google.com/analytics/ Its free and provides instant updates. Tell me if it works out!

share|improve this answer
Did you accidentally post this as an answer here to some other question? This isn't even close to what Jay was looking for. – DMCS Feb 5 '12 at 0:55

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.