Jörg H. Kunath
Jörg H. Kunath

Reputation: 45

Can't add app to fanpage

I have setup an App in dev. area. but I can't add it to a Fanpage where I'm admin. Normally there is this "View App Profil Page". This time it isn't. Any idea why it is like that? I'm admin from that page, but haven't made the page. Is that a problem?

Upvotes: 0

Views: 5269

Answers (5)

cgallagher
cgallagher

Reputation: 245

Install this bookmarklet to install apps on fanpages quickly

Upvotes: 1

Paul Mihai Pavel
Paul Mihai Pavel

Reputation: 11

I have an easier FREE solution for your problem - Just go here:

https://www.facebook.com/pages/Add-App-To-Fan-Page/267581953297317

Enter your app ID and click the button

Upvotes: 1

akman
akman

Reputation: 56

or also you can try my "fix" @ http://admine.eu/addapp.html

here is part of the source and actually all you need:

window.open("http://www.facebook.com/dialog/pagetab?app_id="+document.getElementById("appid").value+"&next="+document.getElementById("appurl").value,"PageTab","width=1000,height=300")

+document.getElementById("appid") is the id of your app
+document.getElementById("appurl") is the canvas or tab URL of your app

Upvotes: 1

Suriyanti Panagen
Suriyanti Panagen

Reputation: 162

you also can try this one ,

https://www.facebook.com/add.php?api_key=%20<appidtoadd>&pages

Upvotes: 2

martincarlin87
martincarlin87

Reputation: 11042

Try this link:

http://www.facebook.com/dialog/pagetab?app_id=YOURAPPID&next=YOURDOMAIN

The facebook documentation can be found here: http://developers.facebook.com/docs/appsonfacebook/pagetabs/

Upvotes: 7

Related Questions