Reputation: 1
I'm trying to create a relatively basic custom fan page tab with Developer, and for some reason I'm unable to add the app to any pages. In the past with other similar , I've had a "view app profile page" link on the left, but for some reason it's not showing up.
Am I missing a step?
Upvotes: 0
Views: 404
Reputation: 11
Go to:
https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&next=YOUR_URL
whereYOUR_APP_ID
is found in your app settings, andYOUR_URL
is indeed the URL of the tab (this has to be there an correct). This will take you to the Add to Page Dialog of your page.
This is taken from this tutorial: https://developers.facebook.com/docs/appsonfacebook/pagetabs/
If you want to make a button so that anyone can add the tab to their pages check DMCS' link.
Upvotes: 1
Reputation: 31870
See: http://developers.facebook.com/docs/reference/dialogs/add_to_page/
Upvotes: 0