
Robert Gray
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Activity overview
Latest activity by Robert Gray-
Robert Gray commented,
Makes sense and it works but occasionally I get a violation error - rate limit exceeded. Surely there has to be a more efficient way of pulling back data by overloading the filter, no?
-
Robert Gray commented,
I have a Company app, a Actions app, and a Deals app. I need to pull all companies related to a deal and then with those companies, pull all the actions. I am trying to avoid having to code a for...
-
Robert Gray created a post,
App id reference
AnsweredI'm trying to get my head around the syntax for filtering an app referenced in an app id. Can you provide a code sample as I have tried to unsuccessfully to filter the referenced app id using an e...
-
Robert Gray created a post,
Filtering multiple app ids?
I need to pull data from two app ids (analogous to a join on two tables). It doesn't look possible with the current filter method. Can you please enlighten?
-
Robert Gray commented,
I swear I did that but I just tried it and it works. I guess I've just been looking at the code too long. Thanks for your help bud!
-
Robert Gray created a post,
How to resolve authentication error when launching second php page?
AnsweredFatal error: Uncaught exception 'Exception' with message 'Client has not been setup with client id and client secret.' in /home/content/36/10438736/html/lib/PodioAPI.php:88 Stack trace: #0 /home/co...
-
Robert Gray created a post,
PHP log does not show what filter by date range request to API looks like
AnsweredTrying to debug why the date range filter isn't working for me. I've turned on all possible logging which includes the following: Changes to config.php> // Make sure errors are output to the ...
-
Robert Gray created a post,
Tutorial on writing own APIs?
AnsweredI read in the forum that it is possible to "write your own API call using the "base layer" of the .NET API client as explained in the tutorial" though I cannot find the tutorial. Can you provide t...
-
Robert Gray created a post,
Need help to resolve error: Warning: session_start() [function.session-start
AnsweredI'm trying to setup a PHP test page that will just authenticate. Code in HTML page is very simple. <?php // Include the config file and the Podio library require_once 'config.php'; require_once '...
-
Robert Gray created a post,
Using PHP Sample code receiving error: Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by ??
AnsweredI'm trying to setup a PHP test page that will just authenticate. Code in HTML page is very simple. <?php // Include the config file and the Podio library require_once 'config.php'; require_once '...