Facebook api get page id 2 you can access the feed via the page id, eg: Facebook Graph api How to get page ID via an access token. I have a facebook page and i can get list of comments in a facebook page post using page access token. – tremby I have an application where when a user enters their facebook fan page url, I extract the page id and store that into the database to be used later in facebook graph api. 9, and in login use scope: Facebook Ads API: Fetch page_id by ad_account_id. Choice-1. 2. Can you explain what you actually need this for? Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. The New Page Experience document surfaces differences between endpoints available for the Facebook Pages API and New Page Experience API. Specify the fields to fetch in the summary param (like summary=total_count). Ask Question Asked 4 years, 5 months ago. Facebook api, get user liked page using FB. pages_user_locale permission. Thanks in advance! Any help is much appreciated! facebook-graph-api; instagram-graph-api; Share. To list all the Pages associated with your user_id, you need manage_pages permission in your token. From my understanding I've tried to search the params, headers and body. Example This is a typical flow for accessing the Pages API: Get a User Access Token from the app User through Facebook Login. Go to your FB page. Choice-2. It is important to determine which page ID the webhook is coming from (because it will be used by some pages). Post Id from facebook. timezone. For more information about the page_admin table, have a look here. How can we get Facebook to assign an object ID for our page when it How It Works. A user access token with read_stream or user_posts permission for any other posts Facebook Graph API - Get ID from Facebook Page URL. 25. After all Pages have been migrated, the classic Pages experience will no longer be How It Works. I am trying to get the id of people who commented on a particular post on a page. com/" + id. get Facebook profile page url from Facebook user id? 0. At least the sample link from the documentation¹ and a few others. Since the Graph API does ONLY allow {page_id}_{post_id} combinations you need to actually provide the page_id in order to receive the page id by the mentioned above Example of what part of the code I need, but can't find (this is wrong): response = AdAccount(id). Pages, tasks, and tokens. I found no really & efficiently helpful information regarding this. My goal is to get the members of a facebook group. Can't get Instagram Business Account ID Indicates a single range of opening hours for a day. name. By default, though, all it sends is Both Ad Accounts and Pages are associated with a person (or a System User). This works just fine using API endpoint {page_id}/posts. I was attempting to retrieve the Page access token from Graph API Explorer, but I did not have the option to select the Page. 4 How to get If you asking how to get additional user profiles, of a single user, based on their Facebook Id: the answer is you can't. You can call has_next_page() to check if there is more data. Different users have their own Facebook pages; however, I know Skip to main Facebook API get Fanpage ID inside Page Tab. To create Page Tabs, you will need: A Page access token requested by a person who can perform the MANAGE task on the Page. For supported locale codes, see Supported Locales. See Also. g you have a website/application which does authentication using FB you will need to create a app at developers. filter_type int64 Requirements. I am able to get the access token, but after that is done - I don't know how to get the user's ID. Asking for help, clarification, or responding to other answers. Get Facebook page feed posts. I had submitted my app 12 times before it was finally approved. Represents a Facebook Page. The same procedure can be done for domains as well For page posts, public posts by the page are retrievable with any valid access token. 12. 2021-03-25 POST /{page-id}/messages This defines the location for this page. I have the campaign ID and all the connected adset IDs so I can use both. How to find my own facebook ID? If you want to learn how to use the Graph API, read our Using Graph API guide. See this Facebook developer blog post for more details. Viewed 2k times 0 . I have a facebook application. To get a list of all Pages on which you can perform tasks, the tasks you can perform on each page, and a short-lived Page access token for each Page, send a GET request to /user_id/accounts endpoint using a User access token. Viewed 7k times 1 . Paste the link into the Address Bar in your browser, a text editor or anywhere else that’s handy Deleting. 4. The correct API call for a page feed would be /page-id/feed. Step-1. Businesses can claim ownership of a page that belongs to them, which allows them to manage all aspects of the page, including removing any agencies or other businesses that have been granted access. string: The verification status of the Facebook Page that represents a business, blue_verified or not_verified. 3 version to read product feeds but I don't know where can I get the product-catalog-id. A Page access token; The pages_manage_instant_article permission; For Page you do not own or which you can not perform the MODERATE Endpoint Description GET /<page-id>/commerce_orders. A single API call can give you a lot of information for Pages on which you can perform a task. You can keep calling query_next_page() to get the next page of 10 results, until all the search results have been returned. How to get the page access token in The Page ID is not stored in the URL; it is posted to your page within the signed_request form parameter. Facebook Graph API - Get ID from Facebook Page URL. To publish a photo to a Page, send a POST request to the /page_id/photos endpoint, where page_id is the ID for your Page, with the url parameter set to the photo for Page. For example: Deleting. Here is the URL : GET /v3. My app currently registers two permissions to use facebook graph api, pages_show_list and instagram_basic. zip. You can't delete using this edge, however you can delete links using the /{link-id} node. How can I get facebook page id from custom fan page. com. GET /<order-id> Fetch order details for a given order ID This defines the location for this page. Get Your Page ID. If it´s restricted by age or country, you need a I am using Facebook marketing API 3. An array of permissions that indicate the person's role with the Page, and therefore, what they are able to do with it. I guess it would make it easier to do it with these informations. Facebook API : Can I get user's public URL in v2. I used Graph Explorer for this purpose. Before You Start. This seems like a pretty obvious, basic thing to expect from the Graph API, but I'm having serious difficulty with it. The vertical is one of these string Indicates a single range of opening hours for a day. Unfortunetly that does not make any sense especially in my case. Some of the posts are of type="photo" and have fields picture and full_picture. I need to search, for example: Get all facebook page from Chile, local bussiness, some other filters, and bla bla I could be the name or the id, i don't care, i could process that info later, but i need a list of pages, that's all. {day} should be the first 3 characters of the day of the week, {number} should be either 1 or 2 to allow for the two different hours ranges per day. ” - with the restrictions on accessing public pages without having the corresponding feature approved for your app first, I think you can consider it a bug, that this is still working. So I came up and tried to crack this. But it only returns a bool for the app 3) in my website, I have loaded Facebook JS SDK after the body tag; and got also my Facebook page ID from Facebook Page administration; 4) now the real question begins: how can I query Facebook to get the information that I need First of all: Works for me. Having that is not enough - one should also make sure the access token that is being used has a Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company I am new to Facebook API but I have to get all photos from a Facebook page. Requirements. int: The postal code of the business represented by the Facebook Page. Has anyone seen a full example of how to pull facebook reviews using the graph api. How to get all facebook pages id associated with my account? 3. Page access tokens are used in Graph API calls to manage Facebook Pages. curl -i -X GET \ "https://graph. All of these methods require a Page Access Token. It might be possible that the visibility of a picture is restricted, in that case you have to request the picture with a proper access token in the url. How to get profile url when using facebook api. Get a list of pages a user has in Facebook with Graph API. {status} should be either open or close to delineate the start or end of a The Facebook Pages API from Meta allows apps to access and update a Facebook Page's settings and content, create and get Posts, get Comments on Page owned content, get Page insights, update actions that Users are able to perform on a Page, and much more. I have a use case where given a specific page URL on our site, we would locate a matching facebook ad that links back to that page (we create ads for a specific type of page). Page Feed. so how can i get Page Id from page_access_token? You can either debug the access token via an API call - but that would require that the token was issued for your app. The zip is required for addresses in countries with postal codes. As you may see that the post id has 2 parts separated by an underscore. Right-click on the image and copy the link! Step-3. My Application uses the facebook api that accepts data related to a facebook page content (i. I'm able to return a location's details by sending a query via the graph api with the location's ID, however I'm looking to achieve the reverse - effectively find location id by sending a request . To find the ID of a business, go to Business Manager > Business Settings > Business Info. Get facebook page id from page access token. com/<your-page-id> to verify your finding. To generate a page access token, an admin of the page must grant your app the Page permission or permissions needed. com/pages/search?q=Facebook &fields=id,name,location,link &access_token={access-token}" Returns a list of Pages that Log into Facebook, then click your profile photo in the top right. Getting page access_token for a Facebook page (using Graph API) 2. Facebook mandates one profile per user. This is a typical flow for accessing the Pages API: Get a User Access Token from the app User through Facebook Login. I have added the followin I am trying to get the posts from a public a page I have access to using Facebook graph API and Facebook PHP SDK. Facebook Graph api How to get page ID via an access token. Retrieve Facebook Page posts comments total count (July 2013 Breaking Changes) 0. Facebook Graph Api : Get The street on which the business represented by the Facebook Page is located. SELECT page_id, type from page_admin WHERE uid=me() In that example, you will get the list of pages administered by me() (you). target_id({page_id})'} let us know if that works, thanks. Hot Network Questions Pages, tasks, and tokens. string[] role. For Pages you own or for which you can perform the MODERATE task, you will need:. That's probably what you're missing. I am using the Facebook Graph API and is it possible to get the like account for a To determine if a Page has been migrated to the new Pages experience, use the new Page has_transitioned_to_new_page_experience field. ; The pages_manage_metadata permission; If a person is not able to perform the task on the Page, you will need the following: Facebook Graph API get user id of comments on page in development mode. Regards, facebook; facebook-graph-api; Share. api. My goal is to pull latests posts from given page. {id} I'm using facebook graph API version 3. e posts,photo's,statuses etc). They have a method for Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company I've registered an Facebook-App and created a token with all permissions I need. However, I can't seem to get it working: When I hover over the greyed out "id" or "name" on the left, it says I know that there is a reference called /{conversation-id}/messages but I can't seem to figure out how to get a list of all the conversation-ids available on the page. How to get page_id from facebook url. Click the Use the has_transitioned_to_new_page_experience Page field to determine if a Page has been migrated. This document contains the guides you will use to learn abour and implement the Facebook Facebook Graph API - Get ID from Facebook Page URL. . I have created a sign in with facebook on my website and I am using facebook API and trying to find and get if the logged in user has an instagram account added to it's facebook page. ; Capture the returned Page ID and Page Access Token. Get page id of any Facebook page. This is required if the Page referenced by the location_page_id doesn't have a valid value for the field. You can publish photos and videos to a Page. Can choose from MANAGE, CREATE_CONTENT, MODERATE, ADVERTISE and ANALYZE Using the latest version (2. I had a similar issue. You can also use /page-id/posts or some other endpoints, as you can read in the docs. Adding to Nishant's helpful answer above, Facebook has a lot of other data you can get as part of the Post object, as outlined in their docs. Each day can have 2 different hours ranges. Get Page Access Token from FQL? 2. You can use the FacebookSignedRequest. part of the api is that it saves the actual post id pertaining to a post for e. Indicates a single range of opening hours for a day. See Reels Publishing API: Get a List of Reels for more information. Learn how to get the ID for your Facebook Page and publish a post on your Page using the Get started with the Pages API guide. 39. I am currently on This edge is for managing the set of people or pages blocked from a page. {status} should be either open or close to delineate the start or end of a Requirements. Use type of page to get possible IDs as find Targeting Options and use the returned id to specify. List all commerce orders associated with a page. Facebook - How to get Page ID? 0. The Pages Public Content Access feature; When using the Page Public Content Access feature, use a system user access token to avoid rate limiting issues. I am trying to figure out how to get the tab ID of the current tab of a Facebook Page the user is visiting. 11. For example, you can receive real-time updates whenever users post to your feed, comment on a post, or like your posts. 3/ Facebook Graph API - Get ID from Facebook Page URL. Request specific fields. Find facebook profile id by url. Code Sample Facebook API - how to get page ID using Facebook API? 25. I've got the Facebook user ID of the user who created a given page. Step 1. Now I need to get the page ID to display like box in my website. However, in order to do this it seems we need a Facebook Object ID for the webpage, and the page won't get a Facebook Object ID until someone physically loads the page and clicks the like button in the Javascript. Facebook API - how to get page ID using Facebook API? 0. To get the comments for a Page post, send a GET request to the /page_post_id/comments endpoint with the fields parameter set to a comma-separated list that includes the message field, to get the content for the comment and the from field, to get the Page-scoped ID (PSID) for the person or Page who commented on the post, if you would like to @mention the person or Facebook Graph api How to get page ID via an access token. This page publicly represents your business on Facebook. How do I find out my Facebook page ID? 6. string Tasks for this person. g. About; Get information for Facebook page in Facebook API graph. Current approach using react-facebook-login One or more IDs of pages to target fans of pages. Whoever creates the business is a manager of this page. I have a logged in user, and want to get back a list of page ids of all the pages that the user is an admin of. So i needed to make a url Using the Facebook Graph API or some other means, is there a currently-available way to get a user's follower count? You'd think it would be a simple readable metric field at the user level, but after hours of searching, I cannot find such a field. I'm a bit late at the party but for completeness I would like to add: Using the latest version 2. Another way is to search through facebook pages using the following https: Name Description Type perms. The dictionary must include the keys either city_id or all of city, state, and country (but state is optional if the address is not in the U. Webhooks for Pages. The dictionary must include the keys street (street address), and either city_id or all of city, state, and country (but state is optional if the address is not in the U. ) I use Graph API Explorer to get some feeds from my facebook page. If you don't have a page to represent your business on Facebook, create one. Timezone, number relative to GMT. Looks like I can do it but I need to know the group-id How to get that? For example - what would be the group-id for this group and how to find it: Page Feed. How can i fetch page data from graph with only pageid. {status} should be either open or close to delineate the start or end of a Issue: Currently I'm using react-facebook-login package to authenticate users and the response i'm getting includes name, email, picture, userID. Or you simply make an API call for /me using the page access token - that will return the page id. Business Help Center. The User Profile API allows you to use a Page-scoped ID (PSID) to retrieve user profile information that can be used to personalize the experience of people interacting with your Messenger. You will need the following: A Page access token requested by a person who can perform the MANAGE task on the Page. It turns out that I was not an admin of the page. S. Click your Page's name in the left menu to go to it. facebook page id. GET Facebook Page Post Video Source is not working. So I have a facebook page and i have added my instagram account to my page. How to get the product catalog associated to a product set. ; Available via Facebook Login for Business only. Modified 8 years, 6 months ago. Facebook getting pages id issue using php. But in version 18. Rudy Page. Instead, use one of Facebook's ads tools. I do not want to ask Page Id. This is required if location_page_id is not specified, or if the Page referenced by the location_page_id doesn't have a valid value for the field. ; The business_management permission for Pages owned or claimed by a business, otherwise the pages_manage_metadata and page_show_list permissions. To publish a photo to a Page, send a POST request to the /page_id/photos endpoint, where page_id is the ID for your Page, with the url parameter set to the photo for When I'm using the Page-Scoped ID I'm able to get ids_for_apps (great I can use that to match the user if the user already log in to my app), but if the user talks to the bot and then goes to my app I see no way for me to match the user. 12) of the Facebook API I'm trying to get (public) events for a page, using the Graph API Explorer. Now when i run the following code: A Page ID; A vertical; An app-scoped user ID; The Page ID you provide should be the primary page of your business. 0. I'm trying to get page scope id (PSID) from user_id As I know, one user have two kind ID: one for Graph API Platform (GID) and one for Messenger platform (MID). Facebook Graph API - Find page by page id. Viewed 1k times 0 . How i can get the facebook page id? I use this code (Extracting page id from a facebook page url): Deleting. I have made an app for installation on Facebook Pages, that I need to save settings for, per instance. 6. Facebook graph api returns only the page id. To get a list of IDs and Page access tokens for Facebook Pages on which you can perform a task, send a GET request to /user_id/accounts endpoint where user_id is your user ID. how can i get facebook page_id for my page? 1. You can create ads for any Page in any of your Ad Accounts. Aggregated information about the edge, such as counts. 0, I can completely get information about pages'id and instagram account information by /me/accounts endpoint. To have the API I'm using Facebook's messenger webhook and listening API which also sometimes might respond (bot). This tutorial assumes you have read and implemented the needed components, such as a Meta Developer Account and App ID, a Facebook Page, and more, listed in the Insights APIs Overview for calling an Insights API from Meta. Modified 3 years, 6 months ago. The street on which the business represented by the Facebook Page is located. Improve this question. It seems to me that the easiest solution to what you describe is to just get the id/name from the url you have using lastIndexOf("/") (which most languages have an equivalent for) and then get "https://graph. Valid values are: inbox, other, page_done, and spam. Locale of the user on Facebook. likes); Anyways there is somehting called subscribers or followers on a page. This caused the confusion and chaos. and finally gotcha! to find PSID page-scoped-id for the user, you need to set up a messenger webhook or play with Graph Explorer. A Page access token requested by a person who can perform the MANAGE task on the Page. Is there a way of doing this? The docs are pretty bad - and . This endpoint does not return Reels. My flow is like this: I send I'm using the graph api. Facebook Profile url from id. Example Request Formatted for readability. ToString(result. Having that is not enough - one should also make sure the access token that is being used has a I am new to Facebook API but I have to get all photos from a Facebook page. I managed to get a graph api query that returns all pictures of only the first ever created album on the page which is the profile picture album. Click See all profiles, then select the Page you want to switch into. I need to find the page ID connected to my campaign or adset (no matter which of them) but it's not clear to me how to find it. In api version 16. Provide details and share your research! But avoid . The keys in the map are in the form of {day}_{number}_{status}. Is there any feasibility to get this data from facebook pages. So I have something like this: GET ->/v2. get_list_of_pages(fields, params) Skip to main content. To publish a photo to a Page, send a POST request to the /page_id/photos endpoint, where page_id is the ID for your Page, with the url parameter set to the photo for This example shows how to iterate through responses by using the query_next_page() method. According to the docs: A page access token is required to retrieve this data. Query the /me/accounts endpoint to get the ID and Page Access The Facebook Pages API from Meta allows apps to access and update a Facebook Page's settings and content, create and get Posts, get Comments on Page owned content, get Page On the page, Press for code source: "Ctrl+U" and search "page_id", on the second or third search, you will find a 16 digit page id. Using {fields: 'gender, , likes. 12 How to get FB Ad Account Id via API? 0 Getting ad account data from Facebook PHP ads API. How to get page id of a facebook page. Ask Question Asked 10 years, 10 months ago. Facebook API, getting pages user admins (manage_pages) Manually Find PageID. How to get to Facebook User Page by a known app scoped User ID. 2/my_page_id/feed which returns me all the feeds from my page. I was also a 'Manager' for a page (from the page admin page on facebook: Edit page > Manage admin roles). Make the API call to the business ID. There, you will see information about the business, The Facebook Page you've tried to add is already owned by another Business Manager. Facebook - How to get Page ID? 2. 3. manage_pages; read_mailbox; read_page_mailbox; Now I want to use the Facebook open graph API to read some data from my own FB-page. Follow asked Mar 12, 2019 at 13:16. you can just use the same API call as for your own pages (/page-id/feed) with any Access Token: Facebook API, get page post link (PHP) 4. For example: Their is a way to get a facebook page id via get request? Or i need to send also a access token ? For the second option. The Page Feed encompasses any interactions with a Facebook Page including: posts and links published by this Page, visitors to this Page, and public posts in which the Page has been tagged. Publish Media Posts. I have code that asks a user to l Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company “For the most part, using the graph api, passing in a Facebook page's encoded URL returns the normal facebook id. Facebook Graph Api | page follower count. 1. And while in real life a user can have multiple profiles, there is no reliable Publish Media Posts. Modified 4 years, 5 months ago. Targeting DSA Regulated Locations (European The target folder from which to retrieve conversations. see this link, in this link add your page name it shows the output. Doing so would get you an APP ID and some more data Facebook Graph api How to get page ID via an access token. This works fine with an App Access Token for non-restricted Pages. Get(pageid); string likes = Convert. The pages_manage_metadata permission I'm using Facebook graph API v2. Use the page access token of the page <PAGE_ID> (not your own user token or any other page). Attempt: I'm trying to figure out if there is a way to access user's ad account ids via given userID? Or is there a better endpoint I can use. How I am going to use api in general, I have some locations page urls, from this urls I am going to get page id, than user after he get his token using page id and token can get page reviews, it's the main goal Claim Pages. A description of the role this person has. Sample Request Formatted for readability Well you can only use a user_access token to query the accounts connection,and as manage_pages grants access to all pages,I think the only way you would know what app made the request is by the fact that they're using that app at the time,which means you should have access to the specific app_id. verification_status. Provided you have an access token for the page, or for a user who can see the posts on the page (the page or posts may be restricted demographically), you can then retrieve the details of a post with a call to /<API VERSION>/<POST ID> and read its comments with a call to /<API VERSION>/<POST ID>/comments - see the Post or Page Documentation for details Once this permission was approved, I was able to retrieve the 'from' field, as I mentioned earlier. If you try to create an ad with the API with a Page Mention it will succeed, however we will deliver the ad without the mention. Among them. I know Facebook considers the concept of followers to be valid, because they have a working "edge" for it with their web If you want to learn how to use the Graph API, read our Using Graph API guide. Facebook API returns a message saying I need a permission (Page Public Metadata or Page Public Content access) that is only availabl Skip to main content Stack Overflow FB APP_ID is used only by applications, for e. Posts by people on the page, posts by people which mention the page, or targeted page posts (by language or geography, for example) may require a user or page token. achieve it like this: dynamic result = fb. I have code that asks a user to l I had a similar issue. Facebook SDK for Python I can get what looks like an app ID from a page via the graph method given here, but when used in the fb:app_id tag on a page, the Facebook sharing debugger warns that it is not a valid app ID. Grant the pages_show_list , pages_read_engagement and pages_manage_ads permissions to the FB app that you connect to (to get the page access token). how we can get Page-scoped-id from user id in facebook send api? 12. You need the following: A Facebook Page that you own or administer, or on which you can perform the ANALYZE task; A Meta App ID – Adding to Nishant's helpful answer above, Facebook has a lot of other data you can get as part of the Post object, as outlined in their docs. We do not provide this functionality in Marketing API. this query might be useful. Once granted, you can retrieve the Page access token using a user access token with the required permissions. 0 /me/accounts always response This displays a link in your ad which opens an advertiser's Facebook page. Facebook Graph API - Get Likes count by Facebook Page ID. See Search guide for other display and storage options. facebook. This node allows you to: get the IG User connected to a Facebook Page. Get page_access_token. I also investigated on Business Mapping API with the token_for_business but it is I can get all the Facebook pages, but I can't get the ones linked to Instagram Business Accounts. Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company Yea you can get a Count of fans if you dont know, when you do get page-id there is a thing called likes which is a total Count of likes you can e. Publish a photo. Trouble is, those image urls are small, more like thumbnails than images. At this point everything is well, the problem is that it returns not only the posts I posted, but also the posts other posted on my page. Get graph api url. I have checked the documentation and found out as below url. Now open copy the link: facebook. Skip to main content. You can't delete using this edge, however you can delete statuses using the /{status-id} node. Replace bold, italics values, such as page_id, with your values. Query the /me/accounts endpoint to get the ID and Page Access Token of the Page the app User has permitted your app to access. All I want to do is get the ID for any particular URL. I'm having a web application to help users post on instagram. Use folder=page_done for retrieving conversations archived after mid-2018. I want to do this with using a User Access Token but with the App access (APP ID and APP SECRET) However, I can't work out how to get an access token that will allow me to use this with the correct permission. Our current workaround is to save the AD ID manually at time of creation as a data attribute on the page and then query the page for the ID. You can use the page_admin table wit FQL to find the pages the user administers using the following:. To get a conversation between your Instagram Professional account or Facebook Page and a specific person, send a GET request to the /PAGE-ID/conversations endpoint with platform parameter and the user_id parameters set to the Instagram-scoped ID or Page-scoped ID for the person. I was an admin of the Facebook App, and the App had access to the Facebook page, enabling me to access the page as well. ). 2. How to get the page access token in facebook. I have a Facebook desktop application and am using the Graph API. Use this endpoint to get and publish to a Page. Stack Overflow. i use this caption: "We use the permission to list the posts from the selected page and to obtain the list of users who commented on the post along with the name and PSID of the person who posted summary. A discussion here Retrieve Facebook Fan Names suggests that one could use an FQL query like SELECT user_id FROM like WHERE object_id="YOUR PAGE ID" to get the number of people who liked the page, but for the same page, it gives an empty response "{}". Get your Pages. 302961133120433_576487772434433 into my applications database. Webhooks for Pages can send you real-time notifications of changes to your Pages. string: The name of the Facebook Page. To get a list of Reels published to your Page, use the Page VideoReels edge. Parse method within the Facebook C# SDK to parse the signed request (using your app secret). Step-2.