Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

open instagram and go to a profile

Explorer ,
Feb 08, 2017 Feb 08, 2017

is it possible using the datashare native extension below to open the instagram app and go directly to a profile preset? so I could send people to my instagram profile for them to follow me?

Datashare Native Extension | Adobe Developer Connection

TOPICS
Development
4.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Feb 15, 2017 Feb 15, 2017

that's because you're not using a deep link url. did you look up what a deep link is?

this website will generate them for you.

Deep Link into Instagram, Facebook, and Amazon Like a Genius

Translate
Explorer ,
Feb 09, 2017 Feb 09, 2017

any help on this would be most awesome! 🙂

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 10, 2017 Feb 10, 2017

why not just direct them to the web profile?

http://instagram.com/profilenamehere

that way the user doesn't need to have instagram installed for the link to work

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Feb 12, 2017 Feb 12, 2017

Yes and if you have the app installed it should fire it up with a deep link automatically.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 13, 2017 Feb 13, 2017

well at the moment i do use the web profile but thats not ideal  - it seems to open in the app first then goes out of the app and into the web profile. Then if you want to follow the profile linked to you have to either then re-open in the app or sign in to the web version

whats a deep link?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Feb 13, 2017 Feb 13, 2017

Deep Links are just normal web links, but the app is configured so that the app will open the URL instead of the browser. I have never used Instagram, so I can not help with the details in this case, but I just assumed that Instagram supports deep links, it's kind of a standard feature for modern apps.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 15, 2017 Feb 15, 2017

unofrtunately it doesnt seem to - both facebook and instagram open in browser not the app

the code i am using is
navigateToURL(new URLRequest("http://www.facebook.com/username"));

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 15, 2017 Feb 15, 2017

that's because you're not using a deep link url. did you look up what a deep link is?

this website will generate them for you.

Deep Link into Instagram, Facebook, and Amazon Like a Genius

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 16, 2017 Feb 16, 2017

wonderful! thanks so much. that worked

is there anything I can do to send them to the web if they don't have the app installed? right now if i delete instagram from my phone and try the link it just opens nothing

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 02, 2017 Mar 02, 2017
LATEST

Anypne got any ideas on how I can detect if the app is installed so if it isn't i can do a weblink instead of a deep link?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines