facebook - getting only the posts that have location data -
i trying posts of user if posts have location data. location
nested under place
in user's `posts'. how write graph api query me posts of user if posts have location?
with query, https://graph.facebook.com/v2.3/me?fields=id,name,posts.limit(25).until(1399832709).with(location){place}
, getting want, subset of total. know it's subset because it's returning 2 posts location data when know there @ least 50 posts. thought if removed limit(25).until(1399832709)
query, give me posts have location. nope. absolutely nothing back.
could please advise on how can structure query correctly? if there facebook engineers out there reading this, please help! thank much.
i think problem might {place}
@ end. have tried
/me/posts?with=location&limit=50&until=1399832709&fields=id,place
furthermore, far know, if remove limit
parameter, apply standard limit, , not show all.
Comments
Post a Comment