简体   繁体   English

Twitter API 1.1是否适用于Windows Phone

[英]Does twitter api 1.1 work for windows phone

I need to get my twitter Home_timeline tweets from the last few days on my windows phone app. 我需要在Windows Phone应用程序上获取最近几天的twitter Home_timeline Twitter推文。 Im trying different examples with Tweetsharp Tweetsharp Example and with OAuth1.1 . 我用Tweetsharp Tweetsharp Example和OAuth1.1尝试了不同的示例。

I am login to twitter but not able to post and retriev tweets from Twitter. 我登录到Twitter,但是无法从Twitter发布和检索推文。 I tried using with Api v1.1 but I am receiving Error 215 我尝试与Api v1.1一起使用,但收到错误215

Can anyone say what is a perfect example to Get Home_timeline Tweets to our App with Api v1.1? 谁能说出用Api v1.1将Home_timeline Tweets传送到我们的应用程序的完美范例?

我相信您需要实现一个基于服务器端的解决方案,以利用Twitter的API 1.1。

I've been using Twitter API 1.1 for some time now without any problem. 我已经使用Twitter API 1.1一段时间了,没有任何问题。
Check if the authentication header is created properly. 检查认证头是否正确创建。 One problem I faced was with timestamp parameter. 我遇到的一个问题是时间戳参数。 Since it is included in signature, a wrong device time would result in failure. 由于它包含在签名中,因此错误的设备时间将导致故障。
Also see if your twitter app has proper permissions set (read+write). 另请查看您的Twitter应用程序是否设置了正确的权限(读+写)。

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

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