开发者

Whats the query to get recent pokes on facebook?

开发者 https://www.devze.com 2023-03-17 00:09 出处:网络
Unfortunaly facebook gave us a good api, but wi开发者_JAVA百科thout of and documentation about the tables schema. How can i build a valif query to get recent pokes?The old deprecated Facebook Rest API

Unfortunaly facebook gave us a good api, but wi开发者_JAVA百科thout of and documentation about the tables schema. How can i build a valif query to get recent pokes?


The old deprecated Facebook Rest API method called notifications.get allows you to get the current number of Facebook pokes received and the user id of the latest person to poke you.

Sending pokes are not supported by the Facebook API. You would have to break the Facebook terms of service and resort to scraping the users home page. I am guessing that is what the iPad app Friendly is doing, unless Facebook granted them access to an undocumented api (very unlikely).

0

精彩评论

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