how to get permission from instagram to download media in iOS app - permissions

I have seen many apps that is gave option to download media that is from instagram app.
I m creating app with the same functionality (download photo and video) from instagram posts. I have successfully implemented that in my app and i have submitted the app to app store, but apple says
we still found that your app allows users to download media without authorization from the relevant third party sources.
Solution from apple - Please provide documentary evidence of your rights to allow media downloading from third-party sources.
So, my question is that how we can get that permission that allows us to download meadia from instagram.

You can ask for permisstion using their official email, such as:
Dailymotion : notifications#dailymotion.com
Facebook : ip#fb.com
Instagram : ip#instagram.com
Periscope: copyright#periscope.tv
Twitter : copyright#twitter.com
Vimeo : dmca#vimeo.com

Related

Verification process for google picker

my dev and I would like to implement the google picker on our website. It will allow the web-visitor to upload their files from their Google drive to our website.
My dev is now trying to get the API for the google picker however they are asking for a "demo video that showcases the process to request an OAuth token" and we were wondering how we should do it when we don't have the API from google.
We are doing all of this on the staging site and we were wondering how are we suppose to do this demo video when the API is not provided and not installed.
please enlighten us, thank you!
See the question How can I make sure the verification process is as streamlined as possible? in the FAQ. It explains what the verification team is looking for with the video. Mostly it's just about showing how your product uses OAuth and the various APIs -- in your case how it asks for access to Drive, how the picker is used, etc. You're showing the integration from the user perspective.

Publish on facebook and twitter like instagram

I am making a social media app in react native where I want to add feature to publish the post on Facebook and Twitter same as in Instagram.
As I have gone through many articles and documentation it says that publish_actions has been deprecated and we should use Share Dialogs but I don't want that popup coming, it should directly post on Facebook. How to achieve that and how does Instagram does it ?
From Facebook documentations:

How to find out the deep linking path to all apps?

Linking.openURL(`whatsapp://send?phone=${phoneNumber}`)
Take one example, the above is the code to navigate user from our app directly to contact window on WhatsApp.
And now I'm wondering how to navigate user to my company page on facebook page?
Linking.canOpenURL('fb://profile/mycompanypage')
The above not working of course. And other than that, usually how do we know what is the url for us to navigate to the apps?
For example particular Youtube Channel or Vimeo Channel or Twitter profile?
For Facebook you can use these scheme
for Android fb://facewebmodal/f?href=${url} (url is the fb classical url you use in browser)
for IOS fb://page/PAGEID fb://profile/PAGEID you can find the PAGEID of your company page here https://findmyfbid.com/
The IOS solution is great when you don't have to generate the url on the fly which works for you i think. In a different case you'll have to use the FB SDK.
As for your other question: i generally go to the ressources website of the said app to find the right scheme for linking. But maybe there is a place where all those informations can be found ...
EDIT: IOS scheme was wrong

setting user id with Facebook java script SDK

We are having a hybrid android/iOS app.
Majority of our source code is with HTML/JS.
We are using Google analytics already.
For better user demographics , marketing & re-marketing we want to use Facebook analytics for apps.
Identifying users based on our custom user Id is critical to us. It helps us unify the user behaviour on app & html/js.
I can see that with the android & iOS Facebook SDK we can set the user ID.
Does FB javascript SDK provide api to set user ID?
User properties are not yet supported by the JS SDK.
User properties are now supported by the JS SDK. Documentation is here: https://developers.facebook.com/docs/analytics/properties

PIN authentication on iOS app and then listing all ios apps

I want to list all my published iOS apps list on my main ios app .
My main iOS app will perform like this: First screen will ask to enter PIN (an authorization code, user will have this code from my other web url ) after validation, next screen will show all published app (published from my developer a/c) of iTunes store. apps will be a free type category, if user click on any specific app, the itunes app should be launch to download that app on device.
Could some one please suggest me , is there any violation of Apple's rule to show my apps in this way authentication to my customers? Will apple reject my app?
Although i was trying to understand a search API of iTunes
http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html
Thanks a lot,