xamarin / Xamarin.Social

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

Add ISupportScope for services that support Scope #18

Closed gaearon closed 11 years ago

gaearon commented 11 years ago

This commit extracts string Scope { set; } into an interface so we can use it in a library that seamlessly switches between services and requests missing permissions for API methods.

It depends on

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

Commit licensed under MIT/X11

gaearon commented 11 years ago

Oops, bad spacing.