Greetings guys,
I'm trying to connect my app with Instagram via a button.
Find all the tutorials and examples that probably worked, but are no longer active.
In practice, I managed to view the content of a certain Instagram through Chrome, as the Activity Starter example shows.
But I would like to be able to open it directly in the Instagram application.
Is there an example that works by 2025?
Thank you so much!
David
TIMAI2
2
Did you try without the Class and Package blocks?
If I disable those blocks, it works the same, with Chrome
I left those blocks active because I have Brave as my default browser, and I prefer that it not generate confusion
TIMAI2
4
Error 601
No corresponding activity was found
TIMAI2
6
Do you need the www
in your DataUri ? (may or may not be needed, try both)
Also, check the settings "Open by default" of the IG app (in android app settings). 'Open supported links' must be set to 'Open in this app'.
You could also try without the ActivityClass again
Yeah,
In my app, when a user taps a button, they have to be directed to a specific Instagram
I'm not worried about http(s) or www protocols....