Image
Top
Menu
June 27, 2012

Adding your App to your Facebook page

Anyone who has built a Facebook application will know the headache they encounter when trying to add the App to a page tab.

facebook

Anyone who has built a Facebook application will know the headache they encounter when trying to add the App to a page tab. The official Facebook instructions are: “To add an app to your Facebook Page, first go to the App About Page for the app you’d like to add. If the app is available to be added to your page, you’ll see an Add to Page link on the lower left-hand column….”

But this is not always the case. If added to the app, this code will create a link which when clicked will give the user a choice of what page to add the app too. When succesfully added, this link can be removed.

<a onclick="window.open(&quot;http://www.facebook.com/dialog/pagetab?
app_id=YOUR_APP_ID&amp;redirect_uri=http://apps.facebook.com/YOUR_APP_NAME/
'PageTab','width=500,height=200');" href="#">Add App to page</a>

See forrst.com post for further information: http://forr.st/~din

Posted By

Categories

Uncategorized