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 enough. lol
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.