开发者

Facebook place check in

开发者 https://www.devze.com 2023-04-07 18:40 出处:网络
I have a facebook page/place for my business. I want to display on my website in real time people tha开发者_开发技巧t checked in. It is possible?You Can, All you need to do is setup a token with your

I have a facebook page/place for my business. I want to display on my website in real time people tha开发者_开发技巧t checked in. It is possible?


You Can, All you need to do is setup a token with your facebook account that will allow you to access the information. Token Info: http://developers.facebook.com/docs/authentication/

Checkins: https://graph.facebook.com/me/checkins?access_token=... Then you hit that url with your token and it returns a list of people that have checked in.

0

精彩评论

暂无评论...
验证码 换一张
取 消