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…
I face this problem please help me…
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…
I face this problem please help me…
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
(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
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
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…
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.