xamarin / Xamarin.Social

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

Implement saving and deleting accounts #14

Closed gaearon closed 10 years ago

gaearon commented 11 years ago

DeleteAccount implements logging out. Our use case for SaveAccount is when your token gets expired, and you need to save the account with an updated token.

Xamarin.Auth is bumped to the version that contains AccountStore.Delete. Commit licensed under MIT/X11

ermau commented 11 years ago

I don't think we really need a SupportsSave and a SupportsDelete, do we? Not much point in being able to save an account that you can't later delete.

gaearon commented 11 years ago

@ermau Fixed now. I only left SupportsSave. Can you please take another look?

ermau commented 10 years ago

Remove the Xamarin.Auth submodule change and I will merge this.

gaearon commented 10 years ago

@ermau

I squashed my changes and force-pushed the update.