Patrick Steil

  • Total activity 176
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 7
  • Subscriptions 49

Activity overview

Latest activity by Patrick Steil
  • Patrick Steil commented,

    If you are looking to submit a Podio Webform and want an autoresponder back to the submitter, http://www.PodioTools.com will be able to help with this... :) Patrick

  • Patrick Steil created a post,

    Seeing a lot of failed AUTH requests this weekend?

    Answered

    Hadn'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

  • Patrick Steil created a post,

    PodioSearchResult not working with App Authentication...

    Answered

    We 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...

  • Patrick Steil commented,

    Hey Geert-Jan...  We are a small business - about 15 on staff... Podio works fantastic for us... we have seen many people bring up issues like this (us included) that would be very nice to have, b...

  • Patrick Steil created a post,

    PodioItem::Update - updating an Embed Field...

    Answered

    I 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...

  • Patrick Steil created a post,

    Timezone date format question

    Answered

    Can 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...

  • Patrick Steil created a post,

    Podio Authentication - App AND User

    Answered

    In 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...

  • Patrick Steil created a post,

    Request for PodioUser class...

    Answered

    Hey 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...

  • Patrick Steil created a post,

    "Item is missing relationship to app" when calling item->save()

    Answered

    Finally 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'...

  • Patrick Steil created a post,

    API Timeout?

    Answered

    Is 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 ...