I need to get a list of facebook user checks both in photos and in state .
I tried using graph api to query / me / locations' like:
$this->api->api('/me/locations?limit=1000');
It returns me a list of user checks with three different types: photo, check or status.
My problem is that I need to get photos with user sessions, but I can not find them.
Can anyone help?
thanks
source share