xamarin / Xamarin.Social

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

Added location support to Twitter and Facebook #25

Open aphex3k opened 11 years ago

aphex3k commented 11 years ago

Hi,

I'd like to use Xamarin.Social for sharing pictures from a camera component in an app. I noticed that it yet lacks location support. I added my humble idea of location support and would like some input.

The way it currently works is, that the app determines it's location and assigns lat and long values to the Location property of the item. If the values are set, we pass them verbatim to the Twitter Api. For Facebook we have to find a place_id first. An additional request is necessary for this. I imagine the API for App.net being similar to Twitter in this regard.

michael