247 questions
0
votes
0
answers
88
views
Refreshing access token from Snapchat
I'm using com.snap.loginkit:loginkit:3.0.0 and I'm confused. I managed to get login to work and I get access token successfully but after some time it expires and I need a new one. My question is how ...
0
votes
0
answers
58
views
Snap Kit: java.lang.illegalstateexception: client id must be set?
When I call SnapKit.init() it turns me this exception java.lang.illegalstateexception: client id must be set! ,but I already provide this id in my manifest.xml file and res/values/strings.xml. It's ...
0
votes
0
answers
170
views
How to properly implement Open Graph meta tags for link previews on Snapchat?
I run a website called snapchatplanets.com, and I'm trying to make sure that when users share links from my site on Snapchat, the preview (image, title, description) shows up correctly.
I've already ...
2
votes
0
answers
108
views
How can I be redirected from my app to share view in snapchat?
I spend some time yesterday to find a way how to deep link to the share view in Snapchat, but I couldn't find any solution yet. After hours of trying, I found some deeplinks that are working: snapchat:...
0
votes
1
answer
327
views
snapchat login api oauth: something went wrong
I made this url:
https://accounts.snapchat.com/accounts/oauth2/auth?client_id=0c4xxxxx-a481-xxxx-968a-658780d3562b&redirect_uri=https%3A%2F%2Fnew.xxxxxx.com&response_type=code&scope=...
1
vote
1
answer
468
views
How to share link to Snapchat using Swift?
I'm trying to find a way to open snapchat using the snapchat:// scheme so I can pass a link to the share screen (see attached image), but I always get the "Something went wrong" alert.
Here'...
-1
votes
1
answer
140
views
Integrating member invatation to Snapchat through an API
To give you a bit of context, I work for the agency where we have a lot of accounts from snapchat for certain clients. Those accounts are stored in our database whenever a new account was created. In ...
0
votes
2
answers
53
views
Flutter bottomsheet like snapchat
I want to create a bottomsheet with tabs inside it, and below the tabs there is a tabview can be scrolling without scroll the tabs and the handle above them. When the handle is pulled up, the ...
1
vote
1
answer
206
views
SnapSDK Creative Kit problem with startSending(content)
In Swift project there is installed package SnapSDK SPM, and info file configured with clientid. I am trying to use SCSDKSnapAPI.startSending() for sharing image from app to Snapchat. This ...
0
votes
0
answers
428
views
Response code 403 (Forbidden) when trying to create an Snapchat media using the api
I am trying to create an Snapchat media like shown here: https://marketingapi.snapchat.com/docs/profile.html#create-media
but unfortunaly i am getting the response code 403.
i exchange the token with ...
0
votes
1
answer
1k
views
How do i get the users profile id from the snapchat access token?
To get the access token i followed instructions like this: https://marketingapi.snapchat.com/docs/profile.html#user-auth-via-redirect
and made this authorization link:
https://accounts.snapchat.com/...
0
votes
1
answer
93
views
LensStudio script.remoteServiceModule is undefined
I have this script in a SnapChat filter
// @input Asset.RemoteServiceModule remoteServiceModule
var request = global.RemoteApiRequest.create();
request.endpoint = "start"
script....
1
vote
1
answer
1k
views
Snapchat login Kit with python
I'm trying to generate a Oauth URL with python and able to generate but when I hit the URL from Snap I'm getting only "Something went wrong" and no other message or error...
Below is my ...
3
votes
1
answer
4k
views
Snapchat Like Filters for React Native
I'm working on a React Native app and exploring options to implement face AR filters similar to Snapchat. Currently, I am using React Native Vision Camera, but I am uncertain about its suitability. I ...
1
vote
2
answers
1k
views
How to test OAuth flow with Login Kit feature on snapchat API
I'm currently learning about the Snapchat API. I began by exploring their Login Kit feature through a web tutorial, but I'm encountering an issue. I'm unable to proceed past the Snapchat login site as ...