I am using the Snapchat login for my android app. When I already have Snapchat installed on my device it opens up the app and asks me to give permissions as expected. When I give permission from Snapchat it is supposed to redirect me to my app from Snapchat, which is not happening and it gives an error saying "something went wrong. Please try again".
I am using just a dummy redirect URL i.e. "https//www.google.com". I have no server-side implementation so I am not sure what redirect URL I should use.
Thanks