Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've searched and searched and can't seem to find any info in regards to this...

We have a facebook page (facebook.com/companyname). We also have an app on facebook (apps.facebook.com/companyname). I can create a NEW community page from the app, but i cant link it to the existing page. How come? Is there any way to do so?

There's plenty of similiar questions and no one has had an answer yet.

Thanks for the help!

share|improve this question
possible duplicate of Using existing Page as App page – Igy Jul 7 '12 at 9:05
It is possible (I verified). Check this answer: stackoverflow.com/questions/9265062/… – joost Dec 21 '12 at 11:01

3 Answers

You should go to edit your page and change the category to Brands & Products and sub-category to App Page. Then go to app details and select this page as app page.

share|improve this answer
works like a charm. thanx – i8taken Apr 3 at 9:12

I have done significant research into this. There is no way to do this (though it's such a common use case where someone already has an active fan page and launching an app later)

Previously every app used to have a profile page (which was not like fan page) and facebook at the start of the year gave ever app admin to move their likes to another fan page. This option has been removed.

There is another way that I have discovered.

  • Create fan page for the app (from app details section) by clicking "Create Fan Page"
  • Goto pages and select this newly created fan page and rename it to be the same as the other active fan page(with which you initially wanted to link to). This is needed because merge option appear when 2 pages have same name and same category.
  • Goto your active (original) fan page, click edit page, goto resource and click on merge pages and do the marge.

However as someone has already reported, there is a bug in the system, on merging it removes the app link (something that will be fixed soon). Here is the link to the bug.

http://developers.facebook.com/bugs/413029272079414?browse=search_5033475a2a50c9f73780526

share|improve this answer

Are you talking about adding a tab for your app (apps.facebook.com/companyname) to your existing page (facebook.com/companyname)?

If so, then go to your page (facebook.com/companyname) and in the URL type in

"https://www.facebook.com/dialog/pagetab?app_id=[YOUR_APP_ID]&next=[YOUR_APP_CANVAS_URL]"

That should automatically direct to a form asking you which 'page' you would like to add a tab to. Select the page from the drop down list and click ok. That should redirect you to your app canvas url. Navigate back to your company page and see if the tab appears at the bottom of the list on the left hand side.

Cheers.

share|improve this answer
1  
I mean, when you post something using your app, at the bottom it says via <app> - I want it so when you click the <app> it takes you to the page instead of the app. If that makes sense, Your response helped eliviate another one of my issues though! – Shay B. Jan 31 '12 at 23:16
Not working for me ... Error says This application does not support integration with your profile – neokio Feb 13 '12 at 3:50
Is this really the only way to do this? It seems crazy that you can't add an app to a page via some kind of UI – codecowboy Mar 13 '12 at 17:08
@neokio did you resolve that? – codecowboy Mar 13 '12 at 17:15
@codecowboy nope ... no luck, had to delete the page and start a new one. – neokio Mar 14 '12 at 8:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.