Android, send picture from app to instagram my story - share

is there a way to send a picture from a android app to Instagram my story?

Related

Flutter how to integrate with Instagram and use oEmbed

I would like to develop an flutter app to show my company instagram post to the members in the app. I tried the https://pub.dev/packages/social_embed_webview but it not showing the image in IOS
Could anyone guide me how to integrate facebook sdk in flutter and use the oEmbed method to display the my company's instagram post in the app?

Sharing on text and images on facebook

I am new in android development and just want to confirm one thing.
My android mobile application shares offer text and images on facebook.Do i need to submit my app for facebook review?

How to use deep linking with posting photo

I have integrated facebook to my android App, and posting through the App. On below posted photo by my application I see "posted XX minutes ago via APPNAME", clicking 'APPNAME' no reaction. How can I change this link to my google play for example.
So how for example instagram or other apps redirect "via app" to their sites ?
I want my app to be able to make a share on Facebook which will appear as a link via my page. Is it possible?
I used to facebook sdk v2.0 and referenced below site. https://developers.facebook.com/docs/mobile/android/deep_linking/ I've set the below information . Settings -> Basic -> app -> Website with Facebook Login, Mobile Web, Native Android App.
But, page didn't redirect in case of Native Android Facebook app. I can't link To my native App.
You have to create a Facebook app page to get the via app name feature.
You will also have to specify native app link in the facebook app, save a key hash and specify the Launcher activity name in the facebook app to launch the app if it is installed on the android device.
If the app is not installed,clicking on the post will open the play store link.

My Facebook App notifications only show on facebook.com, not in the iOS app

I'm working on a mobile web app. I send notifications to users via facebook with the folowing api:
https://developers.facebook.com/docs/games/notifications/
This works, the notification show up on facebook.com. But they are not showing up in the facebook app, which is what I want.

How can I get notification on iphone facebook app from facebook mobile web app

I have made facebook mobile web app.
It sometimes send the facebook push notifiactions.
Facebook web page(www.facebook.com) recieves the notifications well, but the facebook mobile app(iOS and android) doesn't.
Is it possible to send notification to the facebook mobile app from my facebook web app?
Thank you.
Are you using the notifications api ? If so, you should know it only sends out notifications on the website. From https://developers.facebook.com/docs/app-notifications/,
Note: Only apps on Facebook.com can use the Notifications API. Also these notifications are only surfaced on desktop version of Facebook.com.