I created an app today, as i\'ve done several times before. But when i wanted to add the app to a a page i couldn\'t find the link \"view this apps profile page\", which I n
1) Enter https://developers.facebook.com/apps/ and choose (or create) desired app.
2) do this from settings:
3) then enter:
- https://facebook.com/dialog/pagetab?app_id=APP_ID&redirect_url=https://yoursite.com or - http://facebook.com/add.php?api_key=APP_KEY&pages=1&page=PAGE_ID
I have found this to work the best:
http://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&redirect_uri=http://www.facebook.com
Tried all of above. The only one that worked for me was this one:
https://www.facebook.com/add.php?api_key=YOUR_API_KEY&pages=1
You can do it in several ways:
FB.ui({method: 'pagetab'});
https://facebook.com/dialog/pagetab?app_id=APP_ID&redirect_url=URL
http://facebook.com/add.php?api_key=APP_KEY&pages=1&page=PAGE_ID
http://www.facebook.com/apps/application.php?id=APP_ID
or via shorthand http://facebook.com/APP_ID
or by clicking on Application Name in the left bottom corned of every page while visiting Application Canvas)
(note that newly created apps don't have an Application Profile page - as discussed on the Developer Blog )manage_pages
access token - details in the Page documentation.