Wesley Hill

Results 47 comments of Wesley Hill

I cannot log in. my client is telling me it's incorrect. Is it SFTP or FTP? Also, I tested the code on Heroku and it works fine except with your...

That was me testing it. Did Snapchat send that to you?

Yeah, It also looks like that Snapchat is trying to block your server. I used [Runscope](http://runscope.com) to get around it, but it's still trying to block your requests. That's why...

@mib4fun @fegd this is most likely to do with Snapchat's headers. Could you try changing your headers? see #64

Can you provide some sample code so I can investigate further?

@MartinMeijer1980 Did you get it working? I've been kind of busy with some uni work thus unable to update the php-snapchat fork. Also the captcha_id is only obtained through the...

I've seen the OAuth thing before it became mandatory in the beta, AFAIK it looks like signing up does not have to use OAuth though. And the `ptoken` is new...

Did you try `$snapchat->getFriendStories()`?

That's odd, I managed to get the story thumbnail using that function. it seems that 'garbage' string above might look like the output of the thumbnail. Try to save the...

From the function `$snapchat->getFriendStories()` you will get all the stories on the feed. if you use `var_dump()` you can see the following: media_id media_key thumbnail_iv Put them in`$snapchat->getStoryThumb(media_id, media_key, thumbnail_iv)`...