Nokia Friend View

From rukapedia
Revision as of 19:20, 5 November 2008 by Peter (talk | contribs)
Jump to: navigation, search

Nokia Friend View is an experimental micro-blogging tool with integrated location features.

Technical Specifications

(This information is preliminary and unofficial).

Authentication

If you POST with username and password:

curl -D - -d "j_username=USERNAME&j_password=PASSWORD" https://friendview.nokia.com/j_acegi_security_check

you get back:

HTTP/1.1 302 Moved Temporarily
Date: Wed, 05 Nov 2008 22:06:04 GMT
Server: Apache-Coyote/1.1
Location: https://friendview.nokia.com/map.jsp;jsessionid=XXXXXXXXXXXXXXXXXXXXXXXXX
Content-Length: 0
Set-Cookie: JSESSIONID=XXXXXXXXXXXXXXXXXXXXXXXXX; Path=/
Content-Type: text/plain; charset=UTF-8

Posting

Status updates are HTTP POSTed to:

https://friendview.nokia.com/Map.action?postStatusMessage

with the following parameters:

  • messageText - the text of the status update