Questions tagged [snapchat]

Snapchat is a mobile photo messaging application. Use this tag for programming-specific questions regarding the usage of Snapchat, Snapchat's APIs, or Snap Kit development tools. Questions regarding general usage of the app or platform are off-topic.

Snapchat is a mobile photo messaging application which allows users to take photos, record videos, add text and drawings, and send content to a controlled list of recipients, with read receipts to indicate whether recipients have viewed messages.

Snapchat offers a set of development kits under a collective umbrella called Snap Kit. These include:

Questions using the tag should relate to the usage of Snapchat in a developmental or programmatic context, either through usage of Snap Kit, an API, or some other programming-specific context.

Do not use this tag for non-programming specific or general usage questions about Snapchat or its features, as these are not on-topic on Stack Overflow.

245 questions
1
vote
1 answer

Listview item swipe right open new screen in Flutter

How to open new screen by swiping to the right of listview item similar to as snapchat app. This is the video link that i want to achieve this. link I tried to check with listview slidable but there is no option for navigating to new screen. Below…
Mohammed Nabil
  • 662
  • 1
  • 8
  • 36
1
vote
0 answers

Lab: Forum about AR (Spark AR, Lens Studio, 8thWall, Reality Composer, etc...)

Here's the Lab: https://lab.popul-ar.com/ It's a forum focusing specially on Augmented Reality with creators active in Spark AR, Lens Studio, 8thWall, Reality composer etc...
1
vote
0 answers

What are .composermodule-files and what do they do in the Snapchat APK?

I'm looking into the snapchat APK. I used apktool to decompile the APK-file and found a bunch of .composermodule files in the assets folder. I have tried googling but all results point towards the composer package manager for PHP…
Qoutroy
  • 93
  • 12
1
vote
0 answers

Snapchat Snap Kit iOS Login Redirect URL not working on Safari

I am implementing iOS login with the Snapchat Login Kit API and I got most of it working except for when safari is supposed to redirect to the app. I keep getting the screenshot below. I followed all of the steps in the documentation and I am not…
Thomas Ball
  • 143
  • 1
  • 10
1
vote
0 answers

CameraX face filters in android java

Is anybody know how to implement cameraX beauty effects like what google showed in there event. Like face mask, ar face filters etc. I am unable to find any documentation on Google. Just like snapchat face filters. Or any other library which I can…
Krishna
  • 297
  • 2
  • 11
1
vote
0 answers

How can you ask for an alternative video input in Safari?

To get an alternative video input from MediaDevices.getUserMedia, my understanding is that you need to pass in the deviceID as a constraint. But, in Safari, to get access to deviceIDs via enumerateDevices, I need to call getUserMedia and get…
1
vote
1 answer

SnapChat Login - I am trying to implement SCSDK to login with SnapChat in my app, but the app doesn't redirect back

I've followed specific steps from the official docs and have implemented SCSDK to login with Snapchat. I added this code to my SceneDelegate to redirect back to my app, but it doesn't work -- the print(url) works and prints the url, but…
1
vote
1 answer

Where to place app delegate code in App.swift file?

I'm trying to get Snapkit working with SwiftUI to allow logins via SnapChat. I'm following along with this StackOverflow question (Can I use the Snapchat SDK (SnapKit) with SwiftUI?) but I'm having trouble getting the accepted solution to work. The…
winston
  • 3,000
  • 11
  • 44
  • 75
1
vote
0 answers

How can I share video/image to snapchat stories in swift?

I want to share video to snapchat but I don't want to use default share(UIActivity controller). When clicked button it should open snapchat stories with chosen video. I tried Snapchat kit but it doesn’t open the app, just brings snapchat…
1
vote
1 answer

Snapchat Login Kit is unable to redirect to my app

I try to use Snapchat's Login Kit. But it doesn't redirect to my app after authentication. I used this Login Kit before which is still working now. So I also compared both info.plist which are identical except for "SCSDKClientId", "SCSDKRedirectUrl"…
Yao
  • 21
  • 3
1
vote
1 answer

Is there a way to generate an access token for the Snapchat Marketing API without a browser

The Snapchat Marketing API outlines authentication in the following steps: 1.) Open the authorize link in the…
mykisscool
  • 852
  • 2
  • 9
  • 24
1
vote
1 answer

Integrating Snapchat "Snap Kit" Login Kit in iOS

I am trying to integrate the Snapchat Login Kit into my iOS app and am running into problems with authenticating through the web and redirecting in both app and web format. I was following this…
Josh
  • 30
  • 6
1
vote
1 answer

Is it possible to user Snapchat Kit Login with Firebase?

Is it possible to user Snapchat Kit Login with Firebase? I saw that they support Facebook, Google, Twitter and Github, but would it be also possible to do it with Snapchat since they released their Kit ?
1
vote
1 answer

Snapchat like Add Friend button in recycler view android

I am trying to create a Snapchat Add Friend button like this - Below is the code for my XML layout of the recylerView item -
1
vote
0 answers

Switch between video and photo media similar to story feature in snapchat or instagram

I allow users to capture both images and videos and save them to my server. When a user taps on an icon they should be able to view all of the media stored in that particular location. Currently, I am having difficulty assessing when a video ends to…
Onicha21
  • 141
  • 2
  • 11