
Patrick Steil
- Total activity 176
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 49
Posts
Recent activity by Patrick Steil-
Seeing a lot of failed AUTH requests this weekend?
AnsweredHadn't changed anything in our code and now seeing a lot of Podio::authenticate failures... Has there been a recent change on the Podio end that could affect this? HELP! Patrick
-
PodioSearchResult not working with App Authentication...
AnsweredWe have a need to be able to search our own app, but when we call: https://developers.podio.com/doc/search/search-in-app-4234651 We get the following error: PodioForbiddenError: "The user wit...
-
PodioItem::Update - updating an Embed Field...
AnsweredI am reviewing the sample code in /examples/items.php, and I don't see examples of how to set some of the more complex PodioItemFields such as Embed fields and Reference fields... Would it be poss...
-
Timezone date format question
AnsweredCan anyone give an advice on how to handle displaying dates in a user's country specific date format? In other words, in the US, we display dates like this: 12/25/2012 (December, 25, 2012) But I...
-
Podio Authentication - App AND User
AnsweredIn our application, we need to authenticate as an app sometimes and as a user sometimes... so we use both forms of authentication... Trying to streamline this to remove duplicate/redundant authen...
-
Request for PodioUser class...
AnsweredHey guys... We are working on performance enhancements for our API integration... I would like to ask about PodioUser:get() and PodioUser::get_profile(). Is there really a good reason why thes...
-
"Item is missing relationship to app" when calling item->save()
AnsweredFinally got all my API v2 code converted to V3... and now trying to do do this item creation below but getting this error: Item is missing relationship to app $item = new PodioItem(array( 'app'...
-
API Timeout?
AnsweredIs there a new timeout of 60 seconds now on API calls? We are doing an upload of a large file and Podio is timing out saying Maximum execution time of 60 seconds exceeded Is this new? Is there ...
-
Can I get more info re: item.create hook - like source
Hey guys... We are using an item.create hook, but we need to know whether the hook was called due to: 1) Webform 2) Manual Creation of an Item 3) Created by our API Right now, these do not l...
-
Mixing Authentication in one request...
AnsweredI have the following questions about Podio authentication: What happens if I use App Auth to one app, and then turn around do App Auth to another App. Do I lose my authenticated status with the...