PokemonGoAPI-PHP
PokemonGoAPI-PHP copied to clipboard
Pokemon Go API PHP library
how do we get username and password?
hey. I can starting using this api, and all time i get the **[reasonPhrase:GuzzleHttp\Psr7\Response:private] => Forbidden [statusCode:GuzzleHttp\Psr7\Response:private] => 403** error. How I can fix? `` Thank you.
Warning: require(C:\xampp\htdocs\blogapp\public/../vendor/autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\blogapp\public\index.php on line 24 Fatal error: require(): Failed opening required 'C:\xampp\htdocs\blogapp\public/../vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\blogapp\public\index.php on line 24
Problem 1 - The requested package nicklasw/pkm-go-api No version set (parsed as 1.0.0) is satisfiable by nicklasw/pkm-go-api[No version set (parsed as 1.0.0)] but the se conflict with your requirements or...
How do you get into the slack channel? Also are there plans to update this package @NicklasWallgren so that we can use it once again? I would rather not go...
I have a question. When I use getPokeBank() functionn, I get the error below. Fatal error: Uncaught Exception: Retrieved a unknown status code 100 in /vendor/nicklasw/pkm-go-api/src/Handlers/RequestHandler.php:163 ``` Stack trace: #0...
Hi NicklasW When I tested it on **localhost** it worked fine, but when I upload it to **AWS**, I get a 403 error. ---------------------------------------------------------------- object(NicklasW\PkmGoApi\Handlers\RequestHandler\Exceptions\ResponseException)#337 (7) { ["message":protected]=> string(50) "Retrieved...
Since the unknown6 field has been reverse engineered, did you start looking into implementing it in this API? My main concern is the encrypt.so/.dll that is used. I think we...
Do you know if I can get the number of the current gyms conquered? Thank you very much!