Languages

Menu
Sites
Language
Sharing photo to Instagram with Tizen Native App

Hi to all!

I have developed native app that applies some effects (blur, blending, etc.) to photos. I want to add button that allows user to share newly generated image (with effects) to Instagram? How can I do this? Example for sharing to Facebook also required. Can anyone help? Any suggestions are welcome!

Responses

4 Replies
daniel kim

Hi,

As I could see Share via menu to Facebook and Instagram from gallery application, you can share your picture using below operation of application control.

     "http://tizen.org/appcontrol/operation/share" 

Regards

 

TizenTom

Thank you for your answer. It could be helpful.

Palitsyna
TizenTom

The problem has been solved succesfully by using tizen app_control api. Call of app_control_set_uri with "/full/path/to/image_file.png" as second parameter gives a platform popup 'Share via' with set of apps that could be used for sharing option. The same is used in gallery app.