Facebook-Groups
Facebook-Groups copied to clipboard
Adding a feature that gets posts share information
Hello, I downloaded a zip of your repository some hours ago and tried to add a 5th feature that takes in Facebook post (text, photos and videos) id and sends back information of the groups that it has been shared to. After reading the code to see how information is extracted in the other features I realized that this one can't be done like that. The code shows that with the help of specific headers and well structured post body you can then get the full html of the page. After which you searched for specific values using regex. Because there wasn't a way to get the list of shares through this method and facebook graph api was giving too many problems on this particular issue, I wanted to reach out to you if you could help me in achieving the task. Thank you in advance.