Wednesday 7 March 2012

How to set username for facebook pages

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.

Simple Steps:


1) Create facebook page and keep on postings.


2) When 25 friends connected with your page then we can set username for pages.


3) Login to facebook and go to http://www.facebook.com/username/


Once check the below images:

Set username for facebook pages | Anil Labs
Set username for facebook pages | Anil Labs

Once click on set username then below page will appear.

Set username to facebook pages | Anil Labs
Set username to facebook pages | Anil Labs

Once create username and it will not modify. It will take minimum time to assigned username.

This is procedure to set username to facebook pages.

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.
How to get the facebook details using id | Anil Labs

 
<?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


In this post i would like to explain how build a facebook application Anil Labs with few simple steps. Now a days very crazy about this facebook  application., This post will help for those who are very eager to implement a very simple facebook application with in span few minutes.

Simple steps to build a facebook application | Anil Labs

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.

Simple steps to create facebook application | Anil Labs
simple steps to build a facebook application | Anil Labs

3) Integrating with canvas url and link with your server and your facebook application name insert here.

Simple steps to build the facebook application | Anil Labs
Simple steps to build the facebook application | Anil Labs

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.

Simple steps to build the facebook application | Anil Labs