Snapchat url scheme not working properly - camera opens but not profile

谁说胖子不能爱 提交于 2019-12-04 15:33:35

问题


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?


回答1:


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

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




回答2:


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



回答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).



来源:https://stackoverflow.com/questions/22632121/snapchat-url-scheme-not-working-properly-camera-opens-but-not-profile

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!