mgp25 / SC-API

Snapchat’s private API
MIT License
334 stars 103 forks source link

How to know the status of a snap sent? And know opened received snaps? #199

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello,

When I use getSnaps(), I have only NOT opened received snaps. It's to have all snaps received (also snaps allready opened)?

And, I would like know if it's possible to know status of a snap sent? Because getSnaps() not get sent snaps.

Thanks!

mgp25 commented 9 years ago

getSnaps() get the snaps you have received from other users

ghost commented 9 years ago

I want get status of snaps sent. Not possible?

emiliobasualdo commented 9 years ago

I think you can. Check the array of results info that is retrieved when a conversation is generated with a sent snap. Do so by setting debug to true

On 15/9/2015, at 11:28, Yoann166 notifications@github.com wrote:

I want get status of snaps sent. Not possible?

— Reply to this email directly or view it on GitHub.

ghost commented 9 years ago

I have already check array, but I don't see snap sent. I see only snaps received from other users and not seen.

emiliobasualdo commented 9 years ago

Search in the debug for: pending or delivered or opened

On 15/9/2015, at 12:17, Yoann166 notifications@github.com wrote:

I have already check array, but I don't see snap sent. I see only snaps received from other users and not seen.

— Reply to this email directly or view it on GitHub.

ghost commented 9 years ago

I don't see this... After getConversation(), there don't are delivered and opened (var_dump).