简体   繁体   English

Windows Phone 8.1中的Twitter集成

[英]Twitter integration in Windows Phone 8.1

Twitter integration in Windows Phone 8 was done using Hammock nuget package. Windows Phone 8中的Twitter集成是使用Hammock nuget包完成的。 In Windows Phone 8.1 Hammock is not supported. 在Windows Phone 8.1中,不支持Hammock。 Is there any other method to integrate twitter with the app. 还有其他方法可以将Twitter与应用程序集成。

Linq2Twitter does not use Hammock as far as i know: https://linqtotwitter.codeplex.com/ 据我所知,Linq2Twitter并未使用Hammock: https ://linqtotwitter.codeplex.com/

It is quite well documented. 这是有据可查的。

Or of you just want to share a status you can use the ShareStatusTask: https://msdn.microsoft.com/en-us/library/windows/apps/hh394027%28v=vs.105%29.aspx 或者您只想共享状态,可以使用ShareStatusTask: https ://msdn.microsoft.com/zh-cn/library/windows/apps/hh394027%28v=vs.105%29.aspx

If you want to integrate "Sign in with with Twitter" button, then you can use a library I've developed https://github.com/konradbartecki/TwitterAutherino 如果要集成“使用Twitter登录”按钮,则可以使用我开发的库https://github.com/konradbartecki/TwitterAutherino

Let me know if you need some currently non-existent features 让我知道您是否需要一些当前不存在的功能

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

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