xamarin / Xamarin.Social

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

Implement iOS 6 Social.framework providers #11

Closed gaearon closed 8 years ago

gaearon commented 11 years ago

Add support for iOS 6 Facebook (#7) and Twitter using Social.framework. The code is mostly based on Twitter5Service with minor modifications.

This commit is licensed under MIT/X11.

gaearon commented 11 years ago

Ouch. I forgot the license for the second commit. It's MIT/X11, sorry!

gaearon commented 10 years ago

@ermau I renamed SocialService to OSSocialService and now I pass filename to AddMultipartData. Can you please take a look if you can merge this?