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
9
votes
0 answers

Android snapchat/MSQRD like face stickers

I want to develop live face filters as MSQRD/Snapchat live filters but I didn't able to find out any library or source code for it, can someone please help me to find some path on this topic?
Pratik Dasa
  • 7,439
  • 4
  • 30
  • 44
8
votes
2 answers

Depth Pager Transformer just like SnapChat

I'm trying to implement ViewPager with DepthPageTransformer just like Snapchat application. In SnapChat application, there is a Camera screen which always comes in center of ViewPager and swiping from left or right brings other fragments on top of…
rahul shah
  • 2,086
  • 2
  • 11
  • 14
8
votes
1 answer

Scroll parent scroll view when child scroll view reaches end

I have a child scroll view contained within a parent scroll view (not a direct child). What I want is for the parent scroll view to start scrolling in the same direction as soon as the child scroll view reaches the end of its content. This kind of…
oyvindhauge
  • 3,496
  • 2
  • 29
  • 45
7
votes
1 answer

Overlay circular video with transparency with maskedmerge

I have a square video from Snap Spectacles (1088x1088) that I want to overlay on itself zoomed in and blurred. Example input frame: Generated zoomed in and blurred background: Desired output: I think I can do this with ffmpeg's maskedmerge, but…
cgenco
  • 3,370
  • 2
  • 31
  • 36
7
votes
3 answers

How does Snapchat detect XPosed Framework?

I tried to install Snapchat on my newly rooted and Xposed smartphone. But the login is impossible as Snapchat detects Xposed Framework. I "understand" the reason of this restriction, even though I think it's a bit too much as I don't use Xposed for…
Gp2mv3
  • 1,435
  • 20
  • 33
7
votes
1 answer

iOS - Can't share to Snapchat using UIActivityViewController

I'm working on a image editing app and we want to share a short message with hashtag alongside the image. It works just fine for most apps, some apps that don't support adding a message (like Facebook) just ignore it, but Snapchat just simply…
7
votes
3 answers

Open native Snapchat App from my Application

I'd like to implement the native Snapchat App into my iOS Application. I've already done that with Facebook and Twitter by using the URL Schemes. But I weren't able to find such thing for Snapchat. I found something to open Snapchat in Safari "see…
Mutawe
  • 6,464
  • 3
  • 47
  • 90
7
votes
0 answers

Is it possible to add Sharing button for Snapchat?

I am creating a mobile version of website. I have added many of the social sharing buttons (links) on my website like - Facebook, Linked In, Twitter. Specially for mobile I have added button to share on WhatsApp. Now I am thinking to enable similer…
Niraj Chapla
  • 2,149
  • 1
  • 21
  • 34
7
votes
2 answers

Snapchat update status bar iOS7 update

On the latest snapchat update, when you "swipe right for messages" the status bar turns from black to white in a sort of gradient fashion. https://i.stack.imgur.com/4OlRg.jpg How are they doing this without using private API's, or are they using…
Rob Parker
  • 73
  • 1
  • 5
6
votes
2 answers

Snapchat Login Kit error: Missing PKCE parameters

I'm trying to login to Snapchat from my app using their Login Kit. This code (i changed the clientId): onSnapChat() { const state = `c25hcGNoYXR0ZXN0`; const redirectUri = `https://us-central1-library.cloudfunctions.net/redirectSnapchat`; …
RichardZ
  • 345
  • 2
  • 6
  • 18
6
votes
1 answer

onSnapchatPageHide and onSnapchatPageShow errors

We are getting ReferenceError: Can't find variable: onSnapchatPageShow on pages opened in the snapchat app. What is the issue, should we add a library to our page?
Behlül
  • 3,412
  • 2
  • 29
  • 46
6
votes
1 answer

Overlay Image on moving object in Video (Argumented Reality / OpenCv)

I am using FFmpeg to overlay image/emoji on video by this command - "-i "+inputfilePath+" -filter_complex "+"[0][1]overlay=enable='between(t,"+startTime+","+endTime+")'[v1]"+" -map [v0] -map 0:a "+OutputfilePath; But above command only overlay…
5
votes
0 answers

Is it possible to use bitmoji in a flutter application?

I have only a simple question: Is it possible to use bitmoji in a flutter application? And if it's possible, how is it possible? Does anyone konw how it could work, because I don't find a solution in the internet. Thanks in advance
SOS video
  • 436
  • 9
  • 21
5
votes
3 answers

Can I use the Snapchat SDK (SnapKit) with SwiftUI?

I'm trying to integrate Snapkit with an iOS app but I want to use SwiftUI instead of UIKit. I've already done the required setup with Snapkit and now I'm trying to get the snapchat login button to display in my app. I know the Snapkit SDK is made…
bze12
  • 727
  • 8
  • 20
5
votes
1 answer

How can i add a snapchat sharing button to my website. Is it possible to add Sharing button for Snapchat?

I am developing a website.I have added the many social login or sharing buttons,links like facebook,tweeter,gplus,pintrest on my php,html based website. Now i have to add the social sharing button for snapchat.Is it possible to provide a link or…
Sunil Bhawsar
  • 201
  • 3
  • 14
1
2
3
16 17