Capture information from Facebook Pages [closed]

-1

I would like information. Is there any way to get some data from pages not managed by me, like [tweens, comments and etc] of some page just by informing the URL of this page ??

I explain: is it possible to get information from pages that are not mine? Type, I put the address of Bradesco's page ( link ) and this application would return me data like: tanned, amount of shares everything inside of a period of time ... ???

    
asked by anonymous 22.03.2017 / 03:25

3 answers

0

Hello, you can get data from public pages and groups through the Facebook API, just go to Facebook Developer and register a app to get your credentials. I see you want to do this in PHP so you can use this SDK via composer.

API documentation:

  • developers.facebook.com/docs/graph-api/overview

About pages:

  • developers.facebook.com/docs/graph-api/reference/page/
  • developers.facebook.com/docs/graph-api/reference/v2.8/insights/
22.03.2017 / 14:10
0

Facebook provides a developer api, link you can go in there and read the documentation, but at the beginning you will consume a api rest, if you do not know how to work with api rest a quick searched google will give you a north.

    
22.03.2017 / 14:02
0

As you've already been informed, you can use the% s own libraries as PHP and cURL , but this is an exhaustive option.

DOM provides a Facebook that provides the ease / convenience to get information about your platform . For what you need, there is a specific documentation .

Reading tip: What is an SDK?

    
22.03.2017 / 14:15