How to get app id for existing facebook page?

I have the following case:

My client already has a facebook page with a timeline and a decent amount of likes. My job is to integrate comments on facebook and facebook, both on their website. To do this, I need an application identifier, which I can easily get by creating a new application on developers.facebook.com

I want to somehow connect this application to the client page, so that

  • it is displayed in the progress report
  • maybe likes and interacts with the client page and not with the application

I’ve been trying to make this work for many hours, but I don’t see the way yet. I can imagine that when I create a new application and then add a page to this application, I will connect them. Although my client company is not an “application”, it is a real business. In addition, in this way my customers lose all their preferences on their current page.

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

Thanks in advance.

+6
source share
3 answers

It is impossible to link an existing application and a page (via the link "I mean to designate the page as the page that represents this application"), you can, of course, install the application on your page as a tab or use the application to manage the page and publish updates, etc. .d., the documentation for both of which is on the developer's main site.

+2
source

If you have a Pretty URL, you can go to http://graph.facebook.com/ {yourpagename}. The application identifier on the page will be right at the top. If you do not have a suitable URL for the page, the application identifier on the page is the number at the very end of the URL.

+7
source

Enter your page → Click "Settings"> "Applications" in the left panel> Select the application for your page → Click on the bottom panel. Here you can find the user ID

0
source

Source: https://habr.com/ru/post/914256/


All Articles