Hi friends, Recently i changed my facebook page with username. I want to share with you all how to set username to facebook pages.
In the earlier facebook page url with ID. If want to change the
facebook page url with username. Then we need to follow following
procedure.
Wednesday, 7 March 2012
How to get the facebook details using id
Hi friends,
We can get the facebook details using facebook id., in some of applications have to provide auto fill functionality. then this function will be useful.
We can get the facebook details using facebook id., in some of applications have to provide auto fill functionality. then this function will be useful.
<?php function getdetails($id) { $fbUrl = "https://graph.facebook.com/".$id; $str = file_get_contents($fbUrl); $result = json_decode($str); return $result->name; } ?>
Simple steps to build a facebook application
Simple steps to build a facebook application
1) If you have facebbok account then that is fine otherwise create an account and go to http://www.facebook.com/developers/
and click on “Set up a new app” button to creating facebook app. and it is asking for your mobile number for verification. After verified account will create an application.2) Once open the facebook screen for the creating application.
3) Integrating with canvas url and link with your server and your facebook application name insert here.
4) After complete the step 2 and step 3 then almost completed then access the details of your facebook application : App Id , API Key and facebook canvas URL and facebook application URL.
Subscribe to:
Posts (Atom)