xamarin / Xamarin.Social

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

Implement GoogleService #13

Closed gaearon closed 8 years ago

gaearon commented 11 years ago

Add support for Google. This commit depends on these pull request getting accepted in Xamarin.Auth:

https://github.com/xamarin/Xamarin.Auth/pull/32 https://github.com/xamarin/Xamarin.Auth/pull/26

and this pull request accepted into Xamarin.Social:

https://github.com/xamarin/Xamarin.Social/pull/12

Licensed under MIT/X11

gaearon commented 11 years ago

@ermau

I updated this pull request to address changes from #33. Xam.Auth now references System.Json, so I added a System.Json reference to Xam.Social as well.

(Becase WebEx from Auth uses it.)

Does this make sense?

ermau commented 10 years ago

I'm not sure how this actually implements Google as a social service. ShareItemAsync has to be implemented or it'll just throw NotSupportedException.

Also this does not currently merge.