@MartR I am not sure I understand what you mean by callback address? Do you mean, something specifically developed for ASP.NET?
@Imlokesh I have not yet added the wait for the Token but I have just improved the TwitterAccessor and you can now directly get data from a cursor like this:
@Imlokesh I have not yet added the wait for the Token but I have just improved the TwitterAccessor and you can now directly get data from a cursor like this:
var followerQuery = String.Format("https://api.twitter.com/1.1/followers/ids.json?screen_name={0}&count=5000", "ladygaga"); var followerIds = TwitterAccessor.ExecuteCursorGETQuery<long, IIdsCursorQueryResultDTO>(followerQuery);