24

I am trying this http://handleopenurl.com/scheme/snapchat and the app opens and shows the camera instead of showing me the profile.

Is there another URL scheme for snapchat?

Cody Raspien
  • 1,753
  • 5
  • 26
  • 51

3 Answers3

12

This works right now: https://snapchat.com/add/username:

startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://snapchat.com/add/username")));

james
  • 26,141
  • 19
  • 95
  • 113
12

If you want to open snapchat application just then use :

snapchat://

If you want to add any user to friend list you can use this :

snapchat://add/snapchatUsername
parth
  • 853
  • 11
  • 18
3

I've spent a fair amount of time looking into this, and I don't think there's any information out there right now about app URLs that do anything in Snapchat except just open the app. The ?u=username thing in the other answer and elsewhere on the Internet doesn't work (at least not for current versions of Snapchat).

theram
  • 5,503
  • 2
  • 13
  • 14