skip to Main Content

I want to know if there is a way to get users public Facebook data (eg. User’s page likes, name, surname, e-mail (if public)…) Without asking a user The permissions, only public data.

I’ve just check The graph API but all of informations requires users permissions.

2

Answers


  1. It’s not possible via Facebook Graph API. The web-crawl method could achieve it, but that’s against fair practices.

    Login or Signup to reply.
    • Public data of users without there explicit authorization: not possible at all.
    • Public data of Pages: Only possible by applying for Page Public Content Access first.

    Scraping/Crawling is not a valid way, because Facebook does not allow it.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search