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.

Now that Facebook has depreciated the landing pages for apps, how do I get my app to point to the Fan page for it's landing page?

I've checked under the Advanced tab and contacts -- but there's no place I can see to list my Fan page as being linked to my application.

According to this blog post from December, new apps can create a new Fan page, but there's no information on how to do it for existing pages -- they just say that "it will be linked automatically." Unfortunately it was not -- when you post something from our app onto your wall, the link takes you to our website rather than our Fan page.

I'd love for that link to take you to our fanpage again, but I seemingly can't find any documentation on this.

share|improve this question
There was a migration option in place when this was announced but it's been finished since Feb 7th - why not just post links which point to your page? – Igy Feb 13 '12 at 17:33
Unfortunately I just started here and was given access today, so that migration option is no longer available to me. We can post links which point to our page, but when you post from the app it prints out your app name. That used to link to our app page, but now it just links to our site. – tkone Feb 13 '12 at 17:38

5 Answers

It is possible. I had the same problem. What you need to do is the following:

  1. Categorize your existing page under "App Page" (found under "Brands & Products").
  2. Change your page name to mach your App name.
  3. Go to your App and select "App Details"
  4. Under "Contact Info" you will find "App Page". There you will be able to create a new page or if all went well, select your page from a list.

I found the info in the little question-mark next to "App page".

I hope this helps.

share|improve this answer
4  
Note: you can change the Category back to what you had previously once you've linked the page. – AWinter Dec 20 '12 at 4:37
Yes, but if the category changes the 'go to app' link is no longer displayed – Igy Feb 23 at 1:23
1  
This worked great! Thanks! – Lance Fisher Apr 8 at 3:15

It is possible to add the application to any page you administrate.. There is nothing like that this can't be done.. Possibly if you are developing application for some client you need to do this..

http://facebook.com/add.php?api_key=[YOUR_APP_KEY]&pages=1&page=[YOUR_PAGE_ID]

YOUR_APP_KEY -> You can get it from application settings, its App Id

YOUR_PAGE_ID -> You can get it through Graph Explorer (https://graph.facebook.com/[PAGE_NAME])

Hope this helps..

share|improve this answer

Here's how to add a tab to a page.

https://developers.facebook.com/docs/reference/dialogs/add_to_page/

I use the direct URL Method. Go to your page and then type the following into the address bar of your browser.

https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&display=popup&next=YOUR_URL

Where YOUR_APP_ID is the app id shown in the app configuration page, and YOUR_URL is the page you want to to be redirected to once you close the dialog.

share|improve this answer
This doesn't change the URL that is linked to when the app posts an item to your wall and is for integrating our app into someone's profile. That's not what the question is. The question is how do I get the app in the Facebook developer app to have the Fanpage associated with it? – tkone Feb 13 '12 at 18:27

In the Facebook app config settings will be Site URL. This is the place where it's currently going, correct? So have your marketing people make a "pretty" landing page for the app, and you can change your app settings to point to the pretty landing page. Maybe all that landing page is a redirect to your Facebook fan page.

share|improve this answer
The problem is apparently you can do this for a new application -- I want to do it on an existing application. f'ing facebook. – tkone Feb 14 '12 at 21:50
I have over 38 existing apps on Facebook (have deleted about 15 others as they've become deprecated over the last four+ years I've been deving for the various Facebook APIs). I went to one of the oldest ones I have and that setting is there. How "old" are yours? – DMCS Feb 14 '12 at 22:17
I have a site URL field. But I want to link the existing application to the existing fan page. This is not something I can do. Can you? – tkone Feb 15 '12 at 2:44
As stated above: "Maybe all that landing page is a redirect to your Facebook fan page" – DMCS Feb 15 '12 at 15:53
Yes, I could do that. But why when I make a new app I don't have to do that? – tkone Feb 15 '12 at 17:21
show 4 more comments
up vote -1 down vote accepted

Answer: it is not currently possible. You have to make a new app id and a new fan page.

share|improve this answer
1  
it is possible.. check my answer – Syed Qarib Apr 1 at 8:09

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.