Authentication - PHP - Localhost
Hi,
Im just starting to use Podio API but i cant get pass the authentication...
Ive generated, API keys, using localhost as domain, because im trying to make a request from my: http://localhost/podio-php-4.3.0/Teste.php
And App ID and Token for the Bugs (API example), and I'm getting the error:
Fatal error: Uncaught exception 'PodioConnectionError' with message 'Connection to Podio API failed: [77] error setting certificate verify locations: CAfile: D:\Program Files (web)\xampp\phpcacert.pem CApath: none' in D:\Program Files (web)\xampp\htdocs\podio-php-4.3.0\lib\Podio.php:259 Stack trace: #0 D:\Program Files (web)\xampp\htdocs\podio-php-4.3.0\lib\Podio.php(107): Podio::request('POST', '/oauth/token', Array, Array) #1 D:\Program Files (web)\xampp\htdocs\podio-php-4.3.0\lib\Podio.php(60): Podio::authenticate('app', Array) #2 D:\Program Files (web)\xampp\htdocs\podio-php-4.3.0\Teste.php(11): Podio::authenticate_with_app('15064162', '2676e0ac48a5483...') #3 {main} thrown in D:\Program Files (web)\xampp\htdocs\podio-php-4.3.0\lib\Podio.php on line 259
Any ideas? (im using windows 7)
-
Hi Luis,
these documentation should get you started with the authentication in Podio: https://developers.podio.com/authentication
We have more examples and tutorials to help you getting started.
You may want to look at:
- https://developers.podio.com/examples/items
- https://developers.podio.com/examples/tasks
- https://developers.podio.com/examples/files
Hope that's helpful
Best,
Domenico
Please sign in to leave a comment.
Comments
1 comment