在追随者的墙上张贴 [英] Post in the wall of a follower

查看:164
本文介绍了在追随者的墙上张贴的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用LinqToTwitter在Twitter上更新特定用户的状态
我试过了:

How to update status of a specific user on twitter using LinqToTwitter
I tried this :

twitterCtx = new TwitterContext(auth);

twitterCtx.UpdateStatus("Welcom  " + DateTime.Now.ToString(), "userId");



问题是我所有关注者的更新状态

谢谢,



the probleme is that update status of all my followers

Thanks,

推荐答案

twitterCtx.UpdateStatus("Welcom  " + DateTime.Now.ToString(), "userId");


您在上面的代码中针对特定用户"的位置进行了更新?
目前,您仅更新所有内容.


了解如何使用它: LinqToTwitter文档 [ ^ ]


Where in the code above are you updating for ''specific user''?
Currently, you are just updating for all only.


Read about how it can be used: LinqToTwitter Documentation[^]


这篇关于在追随者的墙上张贴的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆