简体   繁体   中英

Twitter integration in Windows Phone 8.1

Twitter integration in Windows Phone 8 was done using Hammock nuget package. In Windows Phone 8.1 Hammock is not supported. Is there any other method to integrate twitter with the app.

Linq2Twitter does not use Hammock as far as i know: 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

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

Let me know if you need some currently non-existent features

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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