I'm making an app for Android. I have a gallery of photos, and I'd want to offer the possibility to share the imageswitcher on Facebook clicking a button (only the photo that is being shown in that moment). How can I do this?
Thanks!
|
I'm making an app for Android. I have a gallery of photos, and I'd want to offer the possibility to share the imageswitcher on Facebook clicking a button (only the photo that is being shown in that moment). How can I do this? Thanks! |
|||
|
|
If you are familiar with the Facebook SDK for Android, try this:
If you are not familiar with the Facebook SDK, I'm not planning on teaching you everything in an answer here, but take a look at their reference: http://developers.facebook.com/docs/reference/androidsdk/ Edit: Add this code to your onClick of the button you are planning to use. |
|||
|
|