xamarin / Xamarin.Social

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

Add ISupportScope for services that support Scope #19

Closed gaearon closed 10 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

11 (Implement iOS 6 Social.framework providers)

Commit licensed under MIT/X11

ermau commented 11 years ago

In the future, you should wait to submit pull requests that are dependent on another pull request until the dependency has been merged, in case are changes required to the dependency.

gaearon commented 11 years ago

@ermau Okay, got it.

gaearon commented 11 years ago

@ermau Actually, I just made a change to #11.

gaearon commented 10 years ago

@ermau I'm closing this one. I'll open another one once its dependencies are satisfied.