哪吒机器人提醒:

提醒:The RSS Blog
【标题】Playing with Twitter API, Part Deux
【摘要】continuing to play with the twitter api. see part un.last couple days, i made a new c# program to find ppl i'm following on twitter that didn't follow me back. i, of course, unfollowed them. i had to cache my friends xml, since the 150 call per hour rate limit, made it impossible to run once. the code follows. hope you like and re-use. static string userid = "137692493"; static void findnofollows() { string s = string.format("https://api.twitter.com/1/friends/ids.xml?screen_name={0}", "talk... (10-08 05:51)