开发者

Facebook.php and facebookapi_php5 documentation

开发者 https://www.devze.com 2022-12-21 12:11 出处:网络
Wher can I find a good documentation on these two PHP files and a m开发者_高级运维ore detail & indepth use of each function?

Wher can I find a good documentation on these two PHP files and a m开发者_高级运维ore detail & indepth use of each function?

Facebook documentation is... not informatitve enough. lol


I feel your pain.

facebookapi_php5 is mainly each API method. facebook is mainly for session/auth.

The best place I've found so far is the developer forums, but it is mainly questions without answers.


Since Facebook is always changing their API, the documentation is inevitably lacking and/or out of date. If you are looking up viral information, you going to find a lot of pages that say they have been deprecated.

My most used pages are: http://wiki.developers.facebook.com/index.php/API http://wiki.developers.facebook.com/index.php/FBML http://wiki.developers.facebook.com/index.php/FBJS

You can play around with the API here: http://developers.facebook.com/tools.php?api

But in the end, just about everything in those files gets passed through the post_request function in the facebook_php5_restlib file. That's where the curl function is for "posting" to Facebook. You can always capture what's going on in that function.

0

精彩评论

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

关注公众号