Sorry all getting back late. Its my part time work I do for app development. Actually, the issue is if the APP owner credentials are used for logging in second time, that it gives 401. With the same code, if you use the any users credentials as created in users table there is no problem. Hope this helps to any one.
I have another question, I tried to create place, API did no not give any status code OR message. I know there are some missing fields below, however it should give some status code for better error handling.
| 2012-02-17 06:42:14 UTC |
| Request Name |
POST /v1/places/create.json |
| Parameters |
{
"state" => "VA",
"country" => "USA",
"city" => "Herndon",
"name" => "my location",
"key" => "XXXXXXXXXXXXXXX",
"controller" => "places",
"action" => "create",
"version" => "v1",
"format" => "json"
}
|
Please note that, I am posting them as I encounter so that the team knows. Its a great tool, I am waiting for the relational query implementation. I am almost done with my API queries and creations for my titanium APP. I need to do more on relational queries between standard tables and custom tables and its relations.
Thanks to all for the responses on earlier issue.
Have a nice weekend and happy coding!!