|
» Subscribe » Favorite Links » What is S60? » Freeware & Trials » S60 devices » Hints and tips » About this blog |
» Announcements (19) » Feedback (10) » Fun (1) » General (5) » Tips and tricks (12) |
|
Main links » Mymobilesite.net » Discussions » Feedback For developers » Forum Nokia start page » Wiki » Discussions |
Research » Research project » Open Source project » Wiki » SourceForge Related technology links » Apache HTTP server » Mod_python » Python for S60 |
|
Subscribe RSS 2.0 feed |
Subscribe Atom feed If you wish to receive email notification, please here » |
|
» June 2008 » May 2008 » April 2008 » March 2008 » February 2008 » January 2008 » December 2007 » November 2007 » October 2007 |
|

« PAMP Your Phone, Part 2 | Main | Guest article: Replacing a Community-Reaching Website with the Mobile Web Server »
Some of the new things available in Mobile Web Server 1.3 beta is a set of RESTful APIs. These APIs provide a direct access to some of the device resources, for example to be used from other web services.
Our first APIs have the following features:
- get Presence information from the device such as calendar availability, time and current profile
- send "free text messages" into the phone inbox
The APIs are documented in our wiki. Go start playing, and of course don't forget to submit your results in MWS Challenge there is still time!
-Jukka
Comments
Have just installed MWS 1.3 and tested REST API.
/rest/presence links work great
/rest/inbox/message does not appear
Any ideas? Wrong URL in Wiki?
Any help much appreciated!
Posted by: Mark Stephens | May 14, 2008 02:16 PMhi,
is it possible to switch off the integrated mobile site authentication and authorization scheme in these Rest APIs?
best regards,
Posted by: _Askin_ | May 14, 2008 11:58 PMAskin
@Mark: are you absolutely sure you have correct POST request. It will fail with 404 error if you have incorrect request or authentication is not accepted (you didn't submit credentials or they were incorrect).
@_Askin_: No it's not possible, but you can of course open up Messaging and Presence applications for 'anonymous' user ie. everyone. Also then disable filtering on MWS S60 application.
Hope this helps, development issues might be better to handle at Forum Nokia, there are other experts online too: http://discussion.forum.nokia.com/forum/forumdisplay.php?f=129
Posted by: Jukka Eklund | May 15, 2008 09:33 AM