i like to post to my FB Fan Page, Some Content using cron job in PHP,How can i do that? Can you gave me example?
|
|
After becoming familiar with the Graph API check out Facebook's documentation for Pages http://developers.facebook.com/docs/reference/api/page/ Here is the main page for Facebook's Graph API documentation http://developers.facebook.com/docs/api For PHP Development, check out this SDK, It will make your life much easier for interacting with Facebook using PHP https://github.com/facebook/php-sdk/ Here is a link for how to configure your Facebook APP to be able to post on a Facebook Page http://blog.theunical.com/facebook-integration/5-steps-to-publish-on-a-facebook-wall-using-php/ (I did not follow this exact tutorial but slaved to figure it out myself, so let me know how it works for you) note As I mentioned in a below comment make special note of the permanent session key. |
|||||||||||
|