JorgenPhi / php-snapchat

A PHP library for the Snapchat API - With Commit History
MIT License
259 stars 73 forks source link

Stories question #91

Open ironbeasty opened 9 years ago

ironbeasty commented 9 years ago

How would I get a list of recipients that have viewed a story posted by me?

Is this possible?

Snowlav commented 9 years ago

not as far as I am aware at this moment.

liamjack commented 9 years ago

It's possible because the application does it, it should be in /loq/all_updates output, somewhere.

On 10/02/2015 17:22, Snowlav wrote:

not as far as I am aware at this moment.

— Reply to this email directly or view it on GitHub https://github.com/JorgenPhi/php-snapchat/issues/91#issuecomment-73729777.

Snowlav commented 9 years ago

I'll do some sniffing later tonight and update you with what I can find

liamcottle commented 9 years ago

There is a json array, inside the story container which is called story_notes. It contains the username, timestamp and if the user screenshotted the story.