Facebook.php and facebookapi_php5 documentation

前端 未结 2 2021
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-15 09:36

Wher can I find a good documentation on these two PHP files and a more detail & indepth use of each function?

Facebook documentation is... not informatitve eno

2条回答
  •  青春惊慌失措
    2021-01-15 10:06

    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.

提交回复
热议问题