I need help retrieving users first status EVER. Is there any chance to do it?
Now I use:
$result = $this->fb->api('/me/statuses?limit=1');
How to make it work, maybe some fql query or something? I researched many topics about this question but never found answer which worked.
THANK YOU IN ADVANCE!