How i can share a image from from my app to facebook in android?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
where your website should hold a meta tag like
which will then be used on Facebook as the promo image. Of course this can also be done dynamically on server side. This is the approach where you use an image that's also on a server somewhere already, so you don't need to send it from your Android device to a server first. Depending on your use case, but this is usually the easiest way. |
|||
|
|
You could achieve this using the Facebook SDK for Android. A better way is to allow your user to share images using a service of their choice. Android can automatically present a list of apps which can handle images for you. Simply state that you have an image to send somewhere:
|
|||||
|