-1
would like some information. Is there any way to get some data from pages not administered by me, like [likes, comments and etc] of some page just stating the URL of this page??
Explanation: is it possible to get information from pages that are not mine? Like, I put the address of the Bradesco page (https://www.facebook.com/Bradesco/) and this application would return me data like: likes, amount of shares all within a period of time... ???
Use Curl + DOM/XPATH, both "by default" already have in PHP.
– Inkeliz