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
2
votes
3 answers

In IOS Swift, How do you make white text visible over any background like on snapchat stories

I am attempting to use Swift in order to put white text over user profile pictures, but these pictures could be of any color. Does anyone know how to do this in Swift? Snapchat does this in it's stories where it places white text in the top left…
2
votes
2 answers

snapchat-like pinch zoom on iOS

I've published iOS app in swift whose main functions are: 1) add a photo / take a photo 2) add emoji on the photo 3) zoom, rotate, drag emoji to decorate photo 4) share it on instagram. Emojis can be rotated, zoomed, and dragged. I've implemented…
2
votes
1 answer

Add a configurable and animatable video filter like in Snapchat

I want to create android application with video filters like in snapchat. The problem is that i can't find library like SCRecorder in IOS, I already added FFmpeg in application but even with ffmpeg i can't applying filters over the image or…
Ara Badalyan
  • 1,616
  • 1
  • 15
  • 20
2
votes
1 answer

How does Snapchat show text over image

I am working on an iOS app where the users can add description/text when uploading images like Snapchat. Do they render images and add the text to image so that it becomes part of the image itself or is it shown as a UILabel over the image? For the…
Abdullah Umer
  • 4,234
  • 5
  • 36
  • 65
2
votes
2 answers

Camera inside ViewPager with no lag (Like Snapchat)?

I have a problem with my application, I have a Camera Preview inside a ViewPager but when I try to swipe from both sides it's very laggy and sometime when I swipe quicky there is a little black space between the other fragment and my camera…
1
vote
1 answer

How to Loop Through JSON URLs and get information from them inside Google Sheets using Apps Script

I am getting information from the Snapchat API (Documentation here:https://marketingapi.snapchat.com/docs/?shell#get-campaign-stats) and I am importing it inside Google Sheets using Apps Script. One of the JSON response requires to have individual…
Karim
  • 205
  • 1
  • 9
1
vote
1 answer

How to read JSON response body inside Apps Script

I want to import data inside Google Sheets from the Snapchat API using Apps Script. So far I have the following code: function readData() { var accesstoken = "TOKEN" var sheet = SpreadsheetApp.getActiveSheet() var url =…
Karim
  • 205
  • 1
  • 9
1
vote
0 answers

how can I make snapchat ads charge you when user click a specific button

I need to make a snapchat ads with conversion that charge you when user click a specific button like cost if user click on call button or whatsapp one ? I have tried Page_view option .. but no good resutl
Bandit
  • 11
  • 2
1
vote
0 answers

I want a way to download snaps by username or profile link or snap link from snapchat app using python

I searched a lot for a way to download the snaps from snapchat app using python the snaps that apear when you click of user photo and disapears after 24 hours All what I found is downloading stories and managed to do that with this code import…
1
vote
1 answer

How to share image to Snapchat from my Flutter app?

How to share an image (local from Gallery or any from the internet with url) to Snapchat from my Flutter app? Is there any Snapchat urlScheme to do that, as was asking here? Or can I achieve it with this app_utils plugin as await…
Andrew Piterov
  • 340
  • 3
  • 12
1
vote
0 answers

android snapchat login kit's LoginResultCallback doesn't work normally

I implemented the snapchat login in my Android app by referring to the snapchat login kit sdk guide. I refer to the below code that uses a custom button. // Get the login API SnapLogin snapLogin = SnapLoginProvider.get(getContext()); View…
tuuks
  • 19
  • 3
1
vote
0 answers

Is this is possible to fetch data through API that how much followers a snapchat user have?

Hello Stack overflow community, I am trying to create an app where a user can put the link or username of his/her snapchat profile. And I want my app to automatically get the user's amount of followers he/she have and save it into a sheet. The…
1
vote
1 answer

Can non browser app use OAuth application code grant type

We have a requirement to call Snapchat APIs from the non-browser application. These APIs use OAuth for authentication with a grant-type authorization code. This grant type needs a redirect URI to authenticate with an external application and…
KareemSK27
  • 11
  • 1
1
vote
1 answer

How can I banned an iOS & Android devices from login to my app

I am looking for a way to ban iOS and Android devices from using my application on their devices. by using IMEI or UUID or how can do it. Snapchat blocked users' devices on iOS and Android how do they do it what is the methods they chose for?
YahYa
  • 407
  • 4
  • 9
1
vote
0 answers

SnapML model issue on Lens Studio

I built a custom model for classifying images of cars using Tensorflow and Keras, to use it for building a Snap lens powered by machine learning. Lens Studio only accepts quantized models; the model had to go through the quantization process using…