Server-side flow authentication using PHP example

299 views
Skip to first unread message

Mohammad

unread,
Jun 30, 2012, 4:34:27 AM6/30/12
to podi...@googlegroups.com
Hi there,

I've been trying to follow up with the mentioned example using Php Limonade at https://developers.podio.com/authentication/server_side. I downloaded the whole Php limonade files and I just tried to replace my own 'client id' and 'client secret' into the code. But when I enter the access request url in my browser and I verify the access, the result of the redirected page to the limonade index.php file is just a blank page...

I'm using php 5.3.8 on XAMPP and I've enabled the curl extension. So my urls are mostly like: http://localhost/example

Is the problem about using XAMPP? Shall I enable any other extensions? Or maybe the way that I start the process by entering the access request url into the browser is not the proper way?

Thanks,
Mohammad

Andreas Haugstrup Pedersen

unread,
Jul 6, 2012, 11:21:12 AM7/6/12
to podi...@googlegroups.com
Hi Mohammad,

If you are just seeing a blank page it typically means that PHP encountered a fatal error, but your display_errors setting is hiding the error from you. Look in your PHP error log and you will see what's going wrong.

You need both curl and openssl to be functioning since all communication with the Podio API goes over SSL.

All the best,
Andreas
--
Andreas Haugstrup Pedersen
Founding Developer, Podio




Reply all
Reply to author
Forward
0 new messages