Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

unable to get story thumbnail #10

@ruozi

Description

@ruozi

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 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions