Is there any way to share to Snapchat like we do in facebook share and twitter share?
Example code for Facebook share:
var facebookSheet:SLComposeViewController = SLComposeViewController(forServiceType: SLServiceTypeFacebook)
facebookSheet.setInitialText("Share on Facebook")
self.present(facebookSheet, animated: true, completion: nil)
I see snapchat API is also poor.
Can we actually do share to snapchat?
2
Answers
It seems Snapchat does not allow that, they have their API private for security reasons. Their other reason is:
Check the link for more information.
https://www.snap.com/en-US/news/post/third-party-applications-and-the-snapchat-api/
Yes of course you can share image , video, link, sticker in snapchat. Please see the link below for details tutorial..
Snapchat Creative Kit iOS (Swift) – Image, Video, Sticker Sharing