You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion of the developer api for springpadit.com
|
|
|
Error creating any kind of objects
|
| |
Hi guys, some users of my app OrganizeMe! recently reported that they are unable to create any kind of objects. Interestingly this works with the chrome version, but not with the webOS client. But it's the same app and I did not change anything at this app in this year. So something must have changed at... more »
|
|
Problem creating new checklists?
|
| |
A customer contacted me to say that checklists (type "GeneralList")
created in my program aren't showing up on the Springpad site. He's
correct: I'm now getting "HTTP/1.1 500 Internal Server Error", with a
body of { "status":"error", "message":"Error running commands" }.
These used to work, and apparently every other type still does. How can... more »
|
|
Trouble with the documentation
|
| |
Hi all I'm currently having some troubles with the public api documentation: <[link]> Looks like I'm unable to browse any types. I tried it with Safari and the latest Chrome browser on MacOS!... more »
|
|
Trouble with incremental initial sync with OAuth
|
| |
Hi Springpad-Developers, I'm currently switching my app OrganizeMe! from username/password authentication to OAuth and I encountered some issues during that modifications. The first sync I do is with the following URL and this one is executed correctly: * [link]... more »
|
|
Special Character Searches
|
| |
Having trouble querying the API for blocks (specifically a tag) that has a special character in it ($, >, and #). Ive tried escaping with %24, %3E, and %23 with no luck - getting a 500 error from the server. Any thoughts?
|
|
Getting error when trying to do request with 'me'
|
| |
Hi, I've just recently started to use the API and am currently stuck trying to get the authenticated user's username. When trying to get the user info with [link] GigAtom* it works just fine but when I am authenticated as *GigAtom* (using OAuth) and try to get the user info with [link]... more »
|
|
Android integration
|
| |
I've trying to connect to your API via our Android app. OAuth and REST works. However, I'm having issues with posting a new image block into a workbook. *My request is:* POST [link]... more »
|
|
Authentification with Javascript?
|
| |
Hi, I'm new to coding with an api and can't find really usefull examples or tutorials. The api documentation shows a way of oAuth with python, but not with other languages. On the oAuth Website ([link]) is just one library for javascript and i read in the articles of this group, that... more »
|
|
Android/Java API
|
| |
I'm the developer of an Android application (utter!) and many of my users have requested that I integrate Springpad. I've had a good search of the web, but can only find a python API and nothing for Java, or more specifically Android. Are there plans to provide this for developers? Have I overlooked some code... more »
|
|
Basic Question - PHP
|
| |
Can someone cast their eye over the following and tell me what I am doing wrong. I am getting the following error; Fatal error: Uncaught exception 'OAuthException' with message 'Invalid auth/bad request (got a 403, expected HTTP/1.1 20X or a redirect)' Thanks. Code is; <?php define("CONSUMER_KEY", "");... more »
|
|
|