At the beginning everything is working well: based on the username I achieve to get the user_id of the user, I start to get some posts, get next posts using next_max_id but at some random point the API returns me:
{ Warning: 'Invalid Username', status: 'Fail', statusCode: 902 }
But I’m sure that the username is valid because I achieved to get previous posts. That is problematic.
The user has about 1800 posts.
Participez à la discussion - ajoutez un commentaire ci-dessous:
Hi alexschaff, yes you need to retry request again .
The problem is that it happens every time for me at some point. Should I just retry the request again ?
Hi alexschaff,it will rarely happen but in most cases you will get 90%+ success rate.