php-snapchat
php-snapchat copied to clipboard
Logging in
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
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.