
Tikboy
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
Activity overview
Latest activity by Tikboy-
Tikboy commented,
How about for like Install Share? How do I convert this to Javascript: PodioAppMarketShare.phpPodioAppMarketShare::install( $share_id, $attributes = array() ); I know I have to use this: /app_stor...
-
Tikboy created a post,
Need Help on API URLs
can anyone help me figure what are the following URLs in Podio API: Oauth Authorization Url Oauth Callback Url Oauth Token Url Oauth Refresh Token Url Oauth Revoke Token Url I only know...
-
Tikboy created a post,
Limit in Podio CSV?
So I know there's a 500 Limit in Podio Query but how about if it's CSV Query? Until how many items can I get? Also can I use offset on that?
-
Tikboy created a post,
Filtered CSV Query URL
I have this Query URL:GET https://api.podio.com/item/app/[app_id]/csv/ that is giving me all my items in the app in CSV format. I am wondering if it's possible to filter the columns? Like I just wa...
-
Tikboy commented,
How about if I get it from a multiple relationship field? I tried the code and it worked but I am having problem with who owns the which email. i.e. I have John Doe with 2 emails and Jane Smith wi...
-
Tikboy commented,
No worries. I thought you got tired of my questions. haha. Sorry, just a newbie in this thing. Any books that you can recommend that can help me learn APIs in general?
-
Tikboy commented,
But the problem after removing that is that I don't know how I can access the data. Because now im getting this error: Fatal error: Call to undefined method Podio::get_all() everytime I call Po...
-
Tikboy commented,
im sorry. here: https://gist.github.com/anonymous/eedf1574e28dd3c9da6f
-
Tikboy commented,
Yes, I did and saved it in session.php I changed Podio::Setup now to same class but still an error when I refresh Here's my Session Code (copy-paste) <?php class PodioBrowserSession { /** *...
-
Tikboy commented,
I was able to do it but then back to previous problem: im getting error when I refresh <html><head></head><body> <?php session_start('PodioSession'); require_once './PodioAPI.php'; require_once '...