xamarin / Xamarin.Social

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

Flickr Needs All URLs to be HTTPS (simple fix) #34

Open johnbeans opened 9 years ago

johnbeans commented 9 years ago

Flickr needs to have all of the Urls in FlickrService to be secure https. Can someone go into FlickrService.cs and change the Urls in the main class and the CreateRequest upload to https?

I've tested it by grabbing the source and it works. So if someone could do this and submit a quick rev of the component, it would get Flickr uploads working again.