When I use SnapchatKit to fetch story media thumbnail, I have tried such methods:
- [SKStory load]
- [[SKClient sharedClient] loadStoryThumbnailBlob:story completion:^(id object, NSError *error) {
}];
- SKStory.thumbURL
But there is error like this: Load story error: Error Domain=SnapchatKit Code=1 "Unknown blob format" UserInfo=0x7fd878e27b80 {NSLocalizedDescription=Unknown blob format, NSLocalizedFailureReason=Unknown blob format}
when I fetch data from SKStory properth "thumbURL", the format seems not correct, I noticed that SKStory have some encryption properties, Maybe be data is encrypted?
How to fetch the story thumbnails and media.
When I use SnapchatKit to fetch story media thumbnail, I have tried such methods:
}];
But there is error like this: Load story error: Error Domain=SnapchatKit Code=1 "Unknown blob format" UserInfo=0x7fd878e27b80 {NSLocalizedDescription=Unknown blob format, NSLocalizedFailureReason=Unknown blob format}
when I fetch data from SKStory properth "thumbURL", the format seems not correct, I noticed that SKStory have some encryption properties, Maybe be data is encrypted?
How to fetch the story thumbnails and media.