
Developer
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Developer-
Developer created a post,
How do I reply a convesation?
AnsweredI'm doing my request like this: string requestUrl = "https://api.podio.com/conversation/CONVERSATION_ID/{\"text\":MY_TEXT,\"file_ids\":[]" Server returns me "Not found" I think there are problems...
-
Developer created a post,
How do i get messages from a convesation? (server returns empty messages array)
AnsweredHere's the json that podio returns me if I ask for this conversation (no messages are returned) GET /conversation/XXXXXX { "ref": null, "presence": { "ref_type": "conversation", "ref_id": XXX...
-
Developer commented,
I tried to install the package but I'm developing for Windows Phone 7.1 and unfortunately there are compatibility problems. (I am using the development environment Visual Studio 2010 for Windows Ph...
-
Developer created a post,
Problems with GET requests
AnsweredI'm trying to send a request to GET the list of contacts. I'm developing in C #, using HttpWebRequest. Here's the code: string url = "https://podio.com/contact/?contact_type=user&exclude_self=true...
-
Developer created a post,
API for reset Password
AnsweredHi, I am developing an app for a smartphone I'd like to give the user the ability to send the request to reset the password, such as the page https://podio.com/user/recover. is there an API that pe...