Skip to content Skip to sidebar Skip to footer

How Can I Find Out If User Has Actually Uploaded Photo To Instagram?

My mobile app will post photos to instagram via the mobile sharing. I would like to know if the user actually uploaded the photo in the instagram app. And if he/she did - how can I

Solution 1:

Get that users recent photos using API and then compare the created_time of the most recent photo and then find a match for the image.

Solution 2:

You can use the Real Time Photo Updates service. You can receive a notification to your backend when a new photo is uploaded.

Post a Comment for "How Can I Find Out If User Has Actually Uploaded Photo To Instagram?"