
podio
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
Activity overview
Latest activity by podio-
podio commented,
I'm in the same point as Joan, some users can't send a mention to a guest user. I understand that is a limitation by design. But I told that users to share the items with the guest user and they do...
-
podio commented,
It's a bit weird to need a second web page listening for new items creation and then duplicate the id in a editable attribute only to have access to one item attribute as the id. I see a lot of req...
-
podio commented,
It's been 7 years since the first request of the item_id .... it's still unsolved?
-
podio created a post,
Domain registered does not match the redirect uri
I was implementing the Podio server-side flow authentication. I used the following url format: https://podio.com/oauth/authorize?response_type=code&client_id=MY-ID&redirect_uri=http://182.35.36.7:8...
-
podio created a post,
The path '/oauth/token' was not found
I'm trying to get an answer from the oauth address, but when I call to: https://podio.com/oauth/token?grant_type=password&username=$username&password=$password&client_id=MY_APP_ID&redirect_uri=h...
-
podio commented,
I'm trying to get an answer from the oauth address, but when I call to: https://podio.com/oauth/token?grant_type=password&username=$username&password=$password&client_id=MY_APP_ID&redirect_uri=http...
-
podio created a post,
login in symfony with podio user through podio api
I'm developing a symfony app, and I want it to be like a front end of podio, so users can login in my app with their podio users and work within my app. I'm using the latest symfony version 5.3 and...