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.

In Facebook Graph API explorer, there is a "with" modifier (along with since, filter, limit etc).
What is it used for?

share|improve this question
Probably people tagged in a post? – luqui Feb 21 at 9:23
I thought so to, but something like me/home?filter={some_filter}&with={uid} is the same as without specifying the with modifier – Oren Feb 21 at 9:27

1 Answer

up vote 0 down vote accepted

You can use with modifier to filter posts that contains a location attatched to them.

From Facebook:

You can retrieve only posts with a location attached by adding with=location to the URL parameters:

https://graph.facebook.com/me/home?with=location

Works for feed (Wall Posts), posts (Posts by the user himself) and home (News Feed).

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.