Arun N
Arun N

Reputation: 38

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.

Upvotes: 0

Views: 378

Answers (2)

Konrad Bartecki
Konrad Bartecki

Reputation: 448

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

Upvotes: 0

Khrimm
Khrimm

Reputation: 136

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

Upvotes: 1

Related Questions