Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook Graph API does not give any data earlier than 2011?
    primarykey
    data
    text
    <p>I'm the author of <a href="http://www.google.com.au/url?sa=t&amp;rct=j&amp;q=fazzle%20app&amp;source=web&amp;cd=1&amp;ved=0CCAQFjAA&amp;url=http://itunes.apple.com/au/app/fazzle/id448174316?mt=8&amp;ei=suwTT6CgD4GbiQe62oDRBA&amp;usg=AFQjCNHvIe4kWJR4bIxArwuM_P3KqZMHkg" rel="nofollow noreferrer">Fazzle app</a> on iPhone. What my app does is basically download user status updates and sort them in various orders (e.g. most liked, most commented).</p> <p>I have been wondering if Facebook allow developers to get user's status updates since the day they joined Facebook, because when I launched the app I can only get user statuses from 2009. Today I just discovered that Facebook limits Graph API calls down to just since 2011.</p> <p>I tried looking at documentations, <a href="https://stackoverflow.com/q/4276780/361247">asked around here</a>, and contacted Facebook through their forum. However so far there is no word on this limitation in Graph API. Did I miss something? Is there any other way for me to get data for status updates earlier than 2011?</p> <p>You can test it yourself <a href="http://developers.facebook.com/tools/explorer" rel="nofollow noreferrer">here</a>. Use this GET request:</p> <pre><code>https://graph.facebook.com/(your_user_id)/statuses?limit=99999 </code></pre> <p>Scroll down and you'll find out that not everything's downloaded.</p> <p>Is this because of conflict of interest with Facebook Timeline? If so, that sucks.</p> <p>Logged as a bug <a href="http://developers.facebook.com/bugs/104392053016265" rel="nofollow noreferrer">here</a>. Still hoping someone can point out my mistakes if there's any.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload