xamarin / Xamarin.Social

Xamarin.Social
Apache License 2.0
124 stars 74 forks source link

Support account reauthorization for Google and iOS 6 #17

Closed gaearon closed 11 years ago

gaearon commented 11 years ago

Google tokens expire every hour, and iOS 6 tokens expire when you change your password. This PR adds and implements ReauthorizeAsync for this scenarios, which will try to get an Account with proper token.

This pull request depends on:

https://github.com/xamarin/Xamarin.Social/pull/13 (Implement GoogleService) https://github.com/xamarin/Xamarin.Social/pull/11 (Implement iOS 6 Social.framework providers)

Licensed as MIT/X11

gaearon commented 11 years ago

Oops, doesn't compile on 6.2. I'll make another request.