Hi Linvi,
I am getting "An entry with the same key already exists." if i try to get the next ids using the nextcursor, pfb the code that i tried , please correct me where i am wrong, thanks in advance
var followerQuery = String.Format("https://api.twitter.com/1.1/followers/ids.json?screen_name={0}&cursor={1}", screenName, "1461847482652938527");
var resultSet = TwitterAccessor.ExecuteCursorGETQuery<IIdsCursorQueryResultDTO>(followerQuery, maxObjectsToRetrieve);
I am getting "An entry with the same key already exists." if i try to get the next ids using the nextcursor, pfb the code that i tried , please correct me where i am wrong, thanks in advance
var followerQuery = String.Format("https://api.twitter.com/1.1/followers/ids.json?screen_name={0}&cursor={1}", screenName, "1461847482652938527");
var resultSet = TwitterAccessor.ExecuteCursorGETQuery<IIdsCursorQueryResultDTO>(followerQuery, maxObjectsToRetrieve);