I am trying to use facebook API and some functions/objects used in tutorials are NOT defined in facebook.php (downloaded from github.com). Am I so silly or is there some other think I should know?
Thanks for help,
Roman
I am trying to use facebook API and some functions/objects used in tutorials are NOT defined in facebook.php (downloaded from github.com). Am I so silly or is there some other think I should know?
Thanks for help,
Roman
Because they have updated/changed their API recently, try browsing facebook developers section, you'll find the necessary changes there
Hey there, and welcome to SO! What probably happened is that the tutorial used old functions that aren't in the API any more and that have probably been replace by another one.
That's most probably because you are using old facebook client which does not have functions that are in the new php client such as streamPublish
, etc. You need to download the latest facebook PHP client.
Just for your attention: Facebook has changed its whole API structure last week, and their documentation is still in a state of transition.
Make sure you start out from http://developers.facebook.com/docs/ to get only the new version of the API (it is much better than the old one, by the way).