User sharing contents in facebook like this,
https://www.facebook.com/sharer/sharer.php?u=https://myexample.com
After share complete, i want to fetch all comments and likes of that post.
Is it returning post_id
? so may be we can fetch comments using post id by graph api?
How should i do that in php?