Open KyleBoyer opened 9 years ago
@KyleBoyer : You should get something similar to this back : https://github.com/JorgenPhi/php-snapchat/wiki/API-v2-Research#loqall_updates
All snap media is now part of a conversation, so everything should be inside conversation_messages
.
You should get something similar to this back : https://github.com/JorgenPhi/php-snapchat/wiki/API-v2-Research#loqall_updates
All snap media is now part of a conversation, so everything should be inside conversation_messages.
@cuonic Perfect! I got that working but now, however downloading snaps has now become the problem... When I use the basic getMedia function and use the snap ID provided I get a 404 page response. I changed the url to /ph/blob and fixed that. However, is there only one api url to mark a snap as viewed? Because I'm currently using the /bq/update_snaps url.
@KyleBoyer : I have only seen the application using /bq/update_snaps for the moment.
I have only seen the application using /bq/update_snaps for the moment.
- Sounds good, I'll be using that then! Do you know what the MD5 conversations_checksum is for all_updates to only receive the conversations list?
- Does getMedia(for downloading a snap's data) use /ph/blob still? It currently works, however I want it to be as authentic looking as possible to avoid being locked/banned/blocked.
Answers:
Hey everyone! I'm struggling to get my snaps using the new API... When I login I get a converstations_response which it might be inside, however when I get loq/all_updates I get back this:
I know this account has unopened snaps also because I sent some to it.