So I've created an app on foursquare and used this tutorial to get the user to accept my application for their FourSquare account.
Now I was under the impression after I did this I would be able to access their checkin history. I've tried pulling their USER_ID and used this $friend = $fsObj->get('/users/USER_ID_HERE');
to get the users information. But when I access their checkins $friend->response->user->checkins
I only see their latest and most recent checkin. Yet their count is greater then one.
I am assuming there is something messed up with them not being an authorized user of my app yet in their profile->settings it shows them that their account is attached to my app.
Any help would be greatly appreciated on how to access their checkin history! Thanks! :)