Posts

Showing posts with the label fan page

Access facebook profile picture publically

Image
If you are looking or want to use your current facebook profile picture in any other location and want to update automatically as you change the profile picture in facebook, you need to access the picture in following url format: Syntax : http://graph.facebook.com/ [your profile id] /picture?type=large For e.g my facebook profile id is "chandresh.kesri" so my image profile will be look like: Large:  http://graph.facebook.com/chandresh.kesri/picture?type=large http://graph.facebook.com/chandresh.kesri/picture?type=large Small : http://graph.facebook.com/chandresh.kesri/picture?type=small Normal :  http://graph.facebook.com/chandresh.kesri/picture?type=normal

Create Facebook application and into Fan page

1.        Go to : http://developers.facebook.com/setup/ 2.        Enter following details : a.        Site Name : ( e.g :  eitpotli) b.       Site Url: ( e.g :   http://www.itpotli.com/ ) 3.        Click on “ Create App ” button 4.        Insert Captch Code then click on “ Submit ” button. 5.        It will show you “ Create an App ” page. 6.        Now click on “ Developer Dashboard ” link in this page in first paragraph. 7.        You will see your application development dashboard page. 8.        Click on “ Edit Settings ” link in right side of this page. 9.         Now click on “ Web site ” link on left side of this page. 10.    Enter th...