Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get App ID for an existing facebook page?

I have the following case:

My client already has a facebook page with timeline and a decent amount of likes. My job is to integrate facebook comments and facebook like to their website. For this I need an App ID, which I can easily get by creating a new app on developers.facebook.com

What I want is to somehow connect this app to the client's page so;

  • it shows up on their insights report
  • maybe likes and interactions get connected to the client's page instead of an app

I have already spent many hours trying to get this to work, but I don't yet see a way. I can imagine that when I create a new App and then add a page to that app I have them connected. Though my client's company isn't an "app", it's a real-world business. Also, this way my clients loses all their likes on their current page.

Please help me figuring out the right way to do this.

Thanks in advance.

like image 557
Maurice Avatar asked Apr 26 '12 18:04

Maurice


People also ask

How do I find my Facebook app ID and secret?

Now expand the Setting menu and select Basic. Here you can find the App ID and App Secret. Then click on the “Show” button in the “App Secret” text box. You can copy the “App Id” and “App Secret” which you can use for your Facebook API calls.


2 Answers

If you have a Pretty URL, you can go to http://graph.facebook.com/{yourpagename}. The App ID of the page will be right there at the top. If you do NOT have a Pretty URL for the page, the App ID of the page is the number at the very end of its URL.

like image 123
Justin Gould Avatar answered Sep 22 '22 12:09

Justin Gould


There's no way to link an existing app and page (by 'link' i mean mark the page as being the page which represents that app) - you can of course install an app on to your page as a tab, or use an app to manage the page and post updates, etc, the documentation for both of which is on the main developer site

like image 33
Igy Avatar answered Sep 20 '22 12:09

Igy