SnapchatKit icon indicating copy to clipboard operation
SnapchatKit copied to clipboard

An Objective-C implementation of the unofficial Snapchat API.

Results 5 SnapchatKit issues
Sort by recently updated
recently updated
newest added

Abandoned? Is it completely broken or are some parts still working?

Any thought of adding carthage support to the project?

When I use , there is also a class named SKRequest. That may cause collision between the file with same name in

When I use SnapchatKit to fetch story media thumbnail, I have tried such methods: 1. [SKStory load] 2. [[SKClient sharedClient] loadStoryThumbnailBlob:story completion:^(id object, NSError *error) { }]; 3. SKStory.thumbURL But...

Just wanted to say that I love this library! High quality and solid all around. Targeted unit tests are going to be very important in the future so we know...