In JavaScript is http://developers.facebook.com/docs/reference/plugins/like-box/
Here are activities from Facebook Fan Page. Is possible to get these activity with PHP? If yes, how?
|
In JavaScript is http://developers.facebook.com/docs/reference/plugins/like-box/ Here are activities from Facebook Fan Page. Is possible to get these activity with PHP? If yes, how? |
|||
|
|
|
Yes you can. Your steps will be: Create a Facebook app to use as a connector here: https://developers.facebook.com/apps. You'll need the app ID and secret. Download the PHP SDK from here https://developers.facebook.com/docs/reference/php/ and put it somewhere accessible to your program. Use code like this. Everything in ALL_CAPS should be replaced by your specific values:
|
|||||||||
|
|
Yes it's possible, you have to call the Graph API and crawl your fanpage. Here is the example with official tool : http://developers.facebook.com/tools/explorer/?method=GET&path=104958162837%2Fposts |
|||||
|