php-snapchat icon indicating copy to clipboard operation
php-snapchat copied to clipboard

Logging in

Open cskiwi opened this issue 11 years ago • 1 comments

Hi,

I've been working with this api and it's great, but for some reason I just can't login on my account anymore. The login code wasn't changed, it just didn't work anymore.

Is it possible that you arn't allowed on 2 computers to be logged in on the same time?

because that could be the problem.

when I do a login I get an 500 error

cskiwi avatar Mar 09 '14 21:03 cskiwi

You can only have 1 active authentication token, so as soon as you login a second time it replaces the previous token (meaning the first login will no longer function). They also temporarily block IPs from using the API, which is assumed it would be for high volume of requests and that the blocks could also be on a per account basis too.

y3kdaniel avatar Mar 15 '14 02:03 y3kdaniel