Facebook api page public content access. com/Boidushya/FrameBot.

Facebook api page public content access. After getting pages I am calling API to get posts associated with each page. 0: Page Published PostsUser Agents - The available user agents allowed for these Graph API calls are subject to change without notice. Message CTA - Any access token can be used to request publicly shared Page posts as long as your app has been approved for the Page Public Content Access Feature. The allowed usage for this feature is to analyze engagement with public Pages by viewing Like and follower counts, or aggregate public-facing About Page information from multiple We would like to show you a description here but the site won’t allow us. Learn more about Content Library. Specify the fields to fetch in the summary param (like summary=total_count). Right now you are using an App Token though, that will not work unless you go through a review process. com/15. Jan 23, 2024 · PPCA (Page Public Content Access permission) The use case for data collected with the use of PPCA (Page Public Content Access permission) has changed. Sep 8, 2019 · 4 for years I was using Facebook API to fetch public Page post data using Page Public Content Access for my scientific school project, but because of new regulations, now it requires Business verification. This opens up a world of possibilities, from automating repetitive tasks to building immersive social experiences to uncovering valuable audience insights. For apps in Development Mode, all Features except for Page Public Content Access and Page Public Metadata Access are active for any app user who has a Role on the app or a Role in a Business that has claimed the app. The person requesting the access token must be an admin of the Page. You are redirected to a list of permissions available for this use case. After review, your app does not require Page Public Content Access for its intended function This endpoint requires the 'pages_read_user_content' permission or the 'Page Public Content Access' feature. With the help of JavaScript, you can interact with this API and build apps that leverage Facebook's data to provide valuable insights and functionality. The APP token still doesn't work and I can't find any suggestions how to solve this. But Facebook answered that I will not need the "Page Public Content Access" permission! Hello evryone, I need to use facebook api to access public content for some public webpages but i don't have an online website to have the validation of the website, can anyone tell me a way to acces public content without the public access status. Get the total number of people who liked your Page or the number of people who shared stories about your Page. It can also be used to provide customer support and better understand and Jun 5, 2018 · It appears that due to the recent changes to the Facebook API, the Facebook feed no longer works without getting Page Public Content Access approval for your app. May 29, 2023 · We're using Page Token with Page Public Content Access granted. man, how did you handle to get "Page Public Content Access" approve? as I see in docs, it is not accessible in Development mode ERROR: This endpoint requires the 'pages_read_engagement' permission or the 'Page Public Content Access' feature or the 'Page Public Metadata Access' feature 3 Hey guys, Page Public Content Access' permission is requested so I can pull facebook page details that I don't have own right? - Developer Community Forum - Meta for Developers Sep 27, 2019 · We do not have admin access to the pages that we are trying to read content from, therefore we require page public content access and not manage_pages or page_insights. However, several approaches and tools can help you access and utilize publicly available Facebook page data, depending on your specific needs. Nov 1, 2023 · Get Page Insights This guide explains how to get metrics for your Facebook Pages. Follow our Get Started guide to learn how to publish a Page post using the Pages API. A user access token can read any post your application created on behalf of that user. Content Library: a web-based tool that allows researchers to explore and understand data across Facebook and Instagram by offering a comprehensive visual and searchable collection of publicly accessible content. Readable data includes business metadata, public comments and posts. Graph API Reference v24. For apps in Live Mode, only Features approved through App Review are active for app users. 0. Includes changes to Pages API, Messenger, and Webhooks. How do I get reels posts on a page feed from the Facebook Graph API with Page Public Content Access Token? Use the Pages API to get and updated Facebook Pages information and settings, and get Page posts. Also, there is this notice: In order to maintain your current API access, your app will need to be submitted for review by August 1, 2018. May 22, 2018 · My website uses Facebook Page API to pull public content from a Facebook page, published by the page owner, to create a dynamic blog with a clear link to the Facebook page. Nov 21, 2018 · I created a Facebook App on developers. I am getting the below API response. New Page Experience This API is supported for New Page Experience. Jul 12, 2023 · You have to request "Page Public Content Access" by do a "app review" to Facebook Nov 15, 2019 · 11 I am developing an app that syncs with users Facebook account and fetches Facebook page information. This has been working perfectly for years but since facebook changed their permissions it no longer works. If you are experiencing issues, you may want to change to a newer version of your particular user agent. Business Verification: This permission or feature is only available with Business Verification. The Page Public Content Access feature allows an app access to the Pages Search API and to read public data for Pages for which you lack the pages_read_engagement permission and the pages_read_user_content permission. The app uses API v. 0/182381715206159 Sep 11, 2020 · If I put my current app into developer mode I can get access, but I cannot as it is used for instagram so customers would not have access to their instagram data anymore. I'm not sure exactly I have the same issue. With Instagram it worked quite simply. I am a newbie with Facebook API. "Allows read-only access to public data on Pages for which you lack the manage_page login permission. The Instagram Public Content Access feature allows your app to access Instagram Graph API's Hashtag Search endpoints. Facebook's Public API is a powerful tool that gives you access to a wide range of data on the platform. Once I get post details then I am calling insight API's to get insights of each post. When I select the “Get a Page” module for Facebook, I always get the same error: Mar 4, 2025 · The app returned " (#10) This endpoint requires the 'pages_read_engagement' permission or the 'Page Public Content Access' feature or the 'Page Public Metadata Access' feature. Transcript: https://github. I want to submit my Facebook app and Page Public Content Access permission for review. com/Boidushya/FrameBot Note: This token has a limitation on reading username of people who comment. I do not need to return the content as a embedded web page like we get in the The Get Started with the Facebook Pages API Guide explains how to successfully call the Pages API to post to your Page. Jul 2, 2018 · I have created an App that fetches latest post data (images and text) from public Facebook page and display on my website. or how to get the public access status without an actual website. Page Public Content Access (PPCA) or Page Public Metadata Access (PPMA) feature, only public data is accessible. If you can explain a little more I am using Facebook graph API to get posts from a public Facebook page. The instagram_business_account field requires a User access token from a User who is able to perform appropriate tasks on the Page. A while back that stopped working and in order for it to work again I need to submit an App Review. Jun 24, 2024 · I have an automation in which I post automatically on several social media platforms (Facebook, Instagram, Twitter). API response: {"message":" (#10) This endpoint requires the 'pages_read_engagement' permission or the 'Page Public Content Access' feature or the 'Page Public Metadata Access' feature. Jun 28, 2024 · After obtaining Page Public Content Access, I still can't retrieve public posts and comments from Facebook pages that I am not an admin of using the Graph API. Jun 25, 2020 · 在經過多次失敗後理解到現在很多方法不一定可行,主要原因就是一開始說的token(出現的錯誤會是 (#100) Pages Public Content Access requires either app secret proof or an app token)。主要原因在於給予的權限,如果是我們能管理的相關資訊(自己的貼文、自己的粉專),基本上都可以透過Graph API的基本token得知 Hi guys, I've been trying to get the /pages/search endpoint to work within my App but I'm getting the To use 'Page Public Content Access', your use of this endpoint must be reviewed and approved by Facebook error, I have access to many endpoints related to pages so far, /feed and /tagged for example, but the /search one does not work. The following permissions are required for this use case and added by default: business_management pages_show_list public_profile Click Add next to each additional features or permissions that your app needs to The Page Public Metadata Access allows your app access to the Pages Search API and to read public data for Pages for which you lack the pages_read_engagement permission and the pages_read_user_content permission. Search for jobs related to Page public content access facebook api or hire on the world's largest freelancing marketplace with 24m+ jobs. I have submitted my application for review but it has been rejected. This endpoint requires the 'pages_read_engagement' permission or the 'Page Public Content Access' feature or the 'Page Public Metadata Access' feature. For posts of Pages you do not own, you must go through the review process for "Page Public Content Access": https://developers For apps in Development Mode, all Features except for Page Public Content Access and Page Public Metadata Access are active for any app user who has a Role on the app or a Role in a Business that has claimed the app. Dec 17, 2020 · I have a Facebook page of my own. We additionally compared a random Access Token among of the 2% successful responses to a random Access Token among of the 98% failed responses. Reading The posts of a Facebook Page. Jul 5, 2025 · There isn’t a single perfect replacement for the Facebook Graph API, especially considering its limitations on accessing public data have tightened over time. Without requirement of having the "Page Public Content Access" approved. May 22, 2018 · recently I am trying to learn how to extract comments of facebook posts of public page via Facebook Graph API, e. Although the user has the pages_read_engagement permission, accessing the /page/feed endpoint returns the following error: (#10) This endpoint requires the 'pages_read_engagement' permission or the 'Page Public Content Access' feature. One of the steps in the app review is "Tell us why are you request page public content access", where Facebook wants me to provide a detailed step-by-step video walkthrough of how we use this feature. thank you for your help. The response is an error JSON with the message (#10) This endpoint requires the 'pages_read_engagement' permission or the 'Page Public Content Access' feature or the 'Page Public Metadata Access' feature. Meta Developer Documentation Learn the basics of how to send and receive data from the Meta social graph and how to implement the APIs, Platforms, Products, and SDKs to fit your application needs. The allowed usages for this feature is to discover content associated with your hashtag campaigns, understand public sentiment around your brand or identify contest, competition and sweepstakes entrants. Jun 8, 2019 · According to my quick test in Graph API Explorer, that feature appears to be testable perfectly fine, as long as your app is in dev mode. One of the required items is "the Mar 4, 2025 · The app returned " (#10) This endpoint requires the 'pages_read_engagement' permission or the 'Page Public Content Access' feature or the 'Page Public Metadata Access' feature. My understanding is that this shouldn't be required for simply displaying feed items, since I am the admin of the Facebook app and page. g extracting comments of CNN's Facebook posts. Some permissions and features, such as access to public page content, require successful completion of the app review process before your app can access live data. Content Library API: an API for querying and analyzing Meta's full public content archive. I am developing an app that syncs with users Facebook account and fetches Facebook page information. 0 and Marketing API v5. I asked for permission through app review but it was denied because; "Thank you for your submission. What information does Facebook require to approve the permition: 'Page Public Content Access' Page Public Content Access (PPCA) or Page Public Metadata Access (PPMA) feature, only public data is accessible. I even tried to get 'Page Public Content Access' approval, thinking maybe I need both, but FB didn't approved it. Oct 29, 2019 · Summary of changes to Facebook Graph API v5. FB API: pages/search with issue the 'Page Public Content Access' feature or the 'Page Public Metadata Access' feature Hi Tim You need to provide a valid reason for needing this level of access. Hi Tim You need to provide a valid reason for needing this level of access. Nov 28, 2020 · How to create a Facebook page access token and set it to never expire. Initially, app ask's for Login with Facebook and gets page list. Readable data includes business metadata, public comments, posts, and reviews. "pages_read_engagement" is approved and activated, so does the app, but the APP token is not working. What I would like is to access the posts in that page as a JSON by sending an API call. com/docs/features-reference/page-public-metadata-access Jun 24, 2024 · I have an automation in which I post automatically on several social media platforms (Facebook, Instagram, Twitter). Public information can be seen by anyone, including non-friends, people off Facebook, and media outlets. I read that this should be possible using "APP_ID|APP_Secret" as the access token, but when I tried querying in the Graph API Explorer with my id and secret and the query "/{page_id}/posts", it just says: My access token scope contain the pages_read_engagement permission, but still I am getting exception saying pages_read_engagement permission is needed. " May 15, 2024 · The Facebook API allows developers to access Facebook‘s functionality and data from external applications. I would like to access to public content (pages/comments) related to a particular topic To do so, do I need to have the permission manage_pages and Page Public Content Access Feature and I can access to any public pages or it is not possible? The "Page Public Metadata Access" permission explicitly mentions the like count and follower count: https://developers. facebook. com and requested "Page Public Content Access". I've filled out the form for review. Learn more. Now I want to receive the daily statistics from each platform. For details see the following link. A page access token with the pages_manage_posts permission and Page Public Content Access Feature are required to read publicly shared Page posts. . Requirements The person requesting the access token must be able to perform one of the following tasks on the Page: CREATE_CONTENT – Publish content as the Page on the Page MANAGE – Assign and manage Page tasks MODERATE Respond to comments on Page posts as the Page Delete comments on Readable data includes business metadata, public comments, and posts. Response: This endpoint requires the 'pages_read_engagement' permission or the 'Page Public Content Access' feature or the 'Page Public Metadata Access' feature. I try to read more about manage-page and Page Public Content Access / Page Public Metadata Access, and it seems like we have to go through a set of stringent and time consuming verification process. why page public content access is not listed in my permissions lists ? 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. Requirements The person requesting the access token must be able to perform one of the following tasks on the Page: CREATE_CONTENT – Publish content as the Page on the Page MANAGE – Assign and manage Page tasks MODERATE Respond to comments on Page posts as the Page Delete comments on Search for a Page This guide explains how to get information about Facebook Pages including names, locations, and more. I checked how to get it and it says I need a business verification for it and also need to show a demo of my App that needs the data. I hav Overview The Pages API is a set of Facebook Graph API endpoints that apps can use to create and manage a Page's settings and content. Aug 14, 2018 · There is many people talking about the ability to leave your app in dev mode and test this endpoint. I am using Facebook Graph API to display a band facebook page news feeds on their website. Goto Facebook Developer -> My Apps -> App Review -> Permission and Features to see what of verification process is required for each permission: Jun 30, 2024 · Unlock Instagram's Public Content Access and Hashtag API for powerful marketing insights and social media strategy optimization. An App access token with the Page Public Content Access feature if the app user is not logged into Facebook and is searching Pages to conduct competitve analysis. To get my permission request reviewed, I need to provide "Details for Page Public Cont Overview of the Meta Content Library and API products including highlights of each product and resources for further information. This document is an overview of the components and requirements of the Facebook Pages API. The Get Started with the Facebook Pages API Guide explains how to successfully call the Pages API to post to your Page. 3. You can use a Page Token for your Page to avoid that process. Goto Facebook Developer -> My Apps -> App Review -> Permission and Features to see what of verification process is required for each permission: The response is an error JSON with the message (#10) This endpoint requires the 'pages_read_engagement' permission or the 'Page Public Content Access' feature or the 'Page Public Metadata Access' feature. The Page Public Content Access feature allows an app access to the Pages Search API and to read public data for Pages for which you lack the pages_read_engagement permission and the pages_read_user_content permission. 2. Our app is a social media app that aggregates news from multiple sources on the internet and organizes them by city and community within the app. due to the recent change to Faceboo Although my app holds the "Page Public Content Access" permission, querying Facebook API for a page results in an error: https://graph. This endpoint requires the 'pages_read_engagement' permission or the 'Page Public Content Access' feature Permissions To customize the Pages API use case select Customize the Manage everything on your Page use case. - Developer Community Forum - Meta for Developers Community Question Jun 20, 2018 · For getting the posts of your own Page, you just need to use a Page Token and keep the App in dev mode. Oct 3, 2020 · Is there a way to test an app implemented Facebook Graph API required Page Public Content Access permission? I was testing the {page_id}_{post_id} endpoint in Facebook Graph API Explorer to get a p For which I need data from a Facebook public page (posts, reactions, shares, comments and images if there are any) and for that, I think I need Page Public Content Access on Facebook Graph API. While you are testing your app and before you submit it for review, your app can only access content on a Page for which the following is true: The person who holds the admin role for the Page also holds an admin, developer, or tester role on the app. For a start, I wanted to query the publicly available page feed from a page that I administer. Once I get post details then I am calling insight APIs to get insights of each post. You can see the "Allowed Usage" below - Provide aggregated, anonymized public content for competitive analysis and benchmarking - Ability to search for public Pages on Facebook When submitting for App Review, you need to demonstrate clearly how your app supports one of these two things. Apr 25, 2024 · Check your app review status: Make sure your app has passed the app review process. For example, a real-time public comment on a TV show may appear on the show or Facebook. Initially, app asks for Login with Facebook and gets page list. 0: Page Post Likessummary Aggregated information about the edge, such as counts. When I select the “Get a Page” module for Facebook, I always get the same error: Yes. Well, after trying to t As can i see on the details of "Page Public Content" i can get access to the my page without this permission if i'm a administrator of the app and of the page. Find Pages to @Mention, Page locations, and tag a Page to show branded content. Apps that access content of public pages need to request Page Public Content Access feature and require review by Facebook. It's free to sign up and bid on jobs. Feb 1, 2023 · Access levels are an additional layer of Graph API authorization that apply to permissions and features for Business, Consumer, and Gaming apps. So my question is, how do I get the test user in the test app who got access to pages_read_engagement to actually work so I and facebook can test it? Content Library: a web-based tool that allows researchers to explore and understand data across Facebook and Instagram by offering a comprehensive visual and searchable collection of publicly accessible content. Refer to the Instagram Graph API's Page reference for more information. vc vtg8 ldc rwdoeyn0 tcz56v xhqt bruk diby7u tjx sjqc