提醒:Playing with Twitter API, Part Deux 2011年10月08日

来自: The RSS Blog
演示:以MSN订阅提醒为例 订阅到哪吒,有更新提醒我
哪吒机器人提醒:
提醒: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)
收藏 |  评论 |  推荐给好友  | 
本文共有 0 次分享
来自 The RSS Blog 的其他文章
评论
共有 - 条评论


我要反馈