Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is it possible to retrieve the IDs of all links shared on Facebook that have the same URL?

For example, I want to retrieve all the shared links that have the URL http://www.google.com and get their IDs so I can get all the comments for the said URL.

How can I do this?

share|improve this question

1 Answer

What you are asking for is not possible. There are a couple of issues. First, you can't see comments or posts that are not 'visible' to the user account you are making the request with. Second, there simply isn't any api method to do a query like this. You will have to query pages or profiles that you have access to to find these shares.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.