How to redirect on our instagram page from our app

hello experts , i make one app for students , now i want to student tap on our instagram link they are redirect on the instagram , i never know how to do this ,please anyone help me…:folded_hands:t2::folded_hands:t2::folded_hands:t2:

I face this problem please help me…:folded_hands:t2::folded_hands:t2::folded_hands:t2:

Use activity starter

For instagram :
set ActivityStarter.Action to
“android.intent.action.VIEW”
set ActivityStarter.DataUri to
https://www.instagram.com/your_username/

call ActivityStarter.StartActivity

For facebook :
set ActivityStarter.Action to “android.intent.action.VIEW”
set ActivityStarter.DataUri to “https://www.facebook.com / yourpageusername”

call ActivityStarter.StartActivity

1 Like

(deleted…)

Thank you so much kodular expert , for this solution, my instagram and YouTube work very well but I have not facebook app so it’s showing an error, if possible when we not facebook app it is redirect on chrom with facebook link , if possible so please give me answer… please :folded_hands:t2::folded_hands:t2::folded_hands:t2:

Use only the browser link. It will automatically, Open in the Facebook app if installed, else it will open in browser.

Use
set ActivityStarter.Action to “android.intent.action.VIEW”
set ActivityStarter.DataUri to “https://www.facebook.com/ your page user na me”
call ActivityStarter.StartActivity

1 Like

yes mr.expert , it is work perfectly , thank you so so so much mr.expert…only for yours i solved my problem , thank you very much…:partying_face::partying_face::partying_face:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.