Hello all,
I am working in some testing projects regarding Twitter Kit for Android. I am stuck in a situation. I am using the GET friends/list. Here I need to deal with the cursor but it makes me crazy where and how I use the next_cursor. I have seen the Cursoring but it seems hard to apply to me. I wanted to use Recursion but not sure about this.
Can anyone help me to use this??
Thanks, Mohi…
Solved the problem, Recursion is the solution. Actually, the main problem was Status: 429 (Too Many Requests) issue.
Thank you…