且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

检查Facebook用户是否喜欢使用fql的页面

更新时间:2023-12-01 19:35:52

当前用户( uid = me())是Big Bang Theory页面的Fan,页面为* page_id = 22934684677 *(http://graph.facebook.com/TheBigBangTheory),您应该运行此查询:

Let's say that you want to check if the current user (uid=me()) is Fan of the "Big Bang Theory" page with *page_id=22934684677* (http://graph.facebook.com/TheBigBangTheory) you should run this query:

SELECT page_id FROM page_fan WHERE uid=me() AND page_id=22934684677