简体   繁体   English

将Twitter集成到.net Web应用程序中

[英]Integrating Twitter in the .net web application

I got a Website where the registered user can set the set the social net settings.say they can keep connected to the Facebook and Twitter.once this is set whenever the user post a media or comment the tweet or posts will be send to Facebook and Twitter respectively. 我有一个网站,注册用户可以设置社交网络设置,例如他们可以保持与Facebook和Twitter的连接。一旦用户发布媒体或评论推文或帖子将被发送到Facebook和Twitter分别。 I implemented the Signin with TWitter with OAuth.My pain points are these 1)Need to stop redirecting the application to Twittwer on click of sign in. For this I can open it in a pop up.still post auth the popup window itself gets redirected to the call back url,so I have 2 windows with same content. 我用OAuth实现了TWitter的登录。我的痛点是:1)需要在单击登录时停止将应用程序重定向到Twittwer。为此,我可以在弹出窗口中打开它。仍然发布身份验证,弹出窗口本身会被重定向到回叫网址,所以我有两个内容相同的窗口。 2)need to know how to post tweets whenever user share a media or comments in my site 2)需要知道每当用户在我的网站上共享媒体或评论时如何发布推文

Thanks for your time and help 感谢您的时间和帮助

I would recommend using TweetSharp , it has examples of how to post tweets etc ... 我建议使用TweetSharp ,它具有如何发布推文等示例...

Once you have familiarised yourself with TweetSharp, if you have some more specific questions, then post them here. 熟悉TweetSharp之后,如果还有其他更具体的问题,请在此处发布。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM