Facebook Tutorials

Post into a Facebook page Using Graph API

Post into a facebook page Using Graph API

I have published a tutorial on How to Auto Post on Facebook Using PHP with Graph API which post status on user’s wall. Now in this tutorial I am going to show you how to post into a facebook page using Graph API with PHP. Create Facebook APP: To get the Facebook Access token you need to create Facebook App. To create a Facebook App please follow the steps of …

Continue reading

Get Facebook Access Token Using PHP SDK v5

Get Facebook Access Token Using PHP SDK v5

In my previous tutorial How to Auto Post on Facebook Using PHP, I have explained Auto Post on Facebook using PHP SDK v3.2.3. Now in this post I will show you, how you get Facebook Access Token using PHP SDK v5.0. Facebook access token is required to post on user’s Facebook timeline/wall. Create Facebook APP: To get the Facebook Access token you need to create Facebook App. To create a …

Continue reading

Share a link on Facebook

Share a link on Facebook

There are so many third party API and tools to share a link on Facebook. But these API used lots of JavaScript, iframe and efforts.  In this post I will show you to share a link on Facebook without third party API and JavaScript and iframes with a simple way. Following url is used to share a link on Facebook. You just need to change the link to share ( …

Continue reading

How to Auto Post on Facebook Using PHP

How to Auto Post on Facebook Using PHP

Now a days Facebook App is used by every other website. These websites shares posts automatically to the users wall using these app and users access token. So today I will show how to auto post on Facebook using PHP. You have to create a Facebook app and you need a PHP SDK to communicate with the Facebook API. Then you need to get the Access Token, so the app can …

Continue reading