enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Facebook API me/accounts returns not all pages - Stack Overflow

    stackoverflow.com/.../53391366/facebook-api-me-accounts-returns-not-all-pages

    Click on 'View and edit' for the respective app. In a window that opens, you can scroll down to the section "Show a list of the Pages you manage". Here, you need to put a checkmark next to all of the pages that you wish to have on the list. For details information about these permissions, you can check: Facebook Pages API - Overview

  3. Facebook: get list of pages that a user is admin of

    stackoverflow.com/questions/2966015

    Steps: Get the manage_pages permission from the user (extended permissions). You can test this procedure in the graph explorer -> Just click on 'Get Access Token' button-> under 'Extended permission' check 'manage_pages' & submit it. It will give you the admin-page-details JSON.

  4. Yes. Apps that access content of public pages need to request Page Public Content Access feature and require review by Facebook. 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. I've filled out the form for review.

  5. Facebook Access Token for Pages - Stack Overflow

    stackoverflow.com/questions/8231877

    Click "Get Access Token". Choose the manage_pages permission (you may need the user_events permission too, not sure) Now access the me/accounts connection and copy your page's access_token. Click on your page's id. Add the page's access_token to the GET fields. Call the connection you want (e.g.: PAGE_ID/events)

  6. The method FB.login can no longer be called from http pages.localhost, I get: App domains must match the domain of the Facebook Web Games URL (https), Mobile Site URL, Unity Binary URL, Site URL or Secure Page Tab URL.

  7. I haven't tested it personally, but Facebook's documentation explains that pages can be created via the /me/accounts edge: You can make a POST request to accounts edge from the following paths: /{user_id}/accounts

  8. Scrape posts and comments from a public facebook page

    stackoverflow.com/questions/55627829

    2. Scraping is not allowed to begin with, you have to use the API, if you want to get any such data from Facebook. “don't really understand how to add code to scrape a page” - then do some more research on that, please – you are not the first person ever trying to get posts and comments from a page via API. Frameworks to help with that ...

  9. 1. First you need to authenticate user using above login button for permission pages_show_list in order to get access_token. And once the user goes through above procedure your app will get permission to access user data. For that you have to pass that permission in scope section. Once you get the access token then you can pass that to graph ...

  10. I want to scrape comments from a public facebook page (news network) through the facebook graph api. However it says i need to create a app to do this. After a bit of research I found out that facebook prohibits web scraping since the cambridge analytica scandal. Is there still a legal way to scrape data from facebook?

  11. Facebook API how to get User Pages - Stack Overflow

    stackoverflow.com/questions/6937995

    If you asking how to get additional user profiles, of a single user, based on their Facebook Id: the answer is you can't. Facebook mandates one profile per user. And while in real life a user can have multiple profiles, there is no reliable means of extracting that data from the graph.