I would like to get an access token so I can check a user into a place using Facebook PHP SDK. How would I go about that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The checkins connection is in the documentation
http://developers.facebook.com/docs/reference/api/user/
Grab your $user
Pass the
publish_checkinspermission in the scope array when you call thegetLoginUrlcall.Set up the data for the checkin
Issue an API call to the PROFILE_ID in question,