Reputation: 97
I am developing an application for my fan page everything works fine but I can not install it onthe fan page only users. it takes to install a fan page?
Upvotes: 7
Views: 17954
Reputation: 1
Go to https://developers.facebook.com
Select the App you wish to use
on the Settings tab scroll down and click + Add Platform, there you can select "Page Tab" after which you will be given a config screen
Upvotes: 0
Reputation: 1486
http://www.facebook.com/add.php?api_key=YOUR_API_KEY&pages
Replace YOUR_API_KEY with your Application Key and then choose which FanPage do you want to install it to.
Upvotes: 9
Reputation: 6529
Get your app id then go to http://facebook.com/APP_ID
that will show your APP profile page.
On the left side you need to click on
Add to my Page
you will see all the facebook pages you own, just need to select the one you want
Upvotes: -1
Reputation: 2910
https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&display=popup&next=YOUR_URL
YOUR_URL should be the Page Tab URL from app settings.
Upvotes: 12