Difference between revisions of "Nokia Friend View"

From rukapedia
Jump to: navigation, search
Line 4: Line 4:
  
 
(This information is preliminary and unofficial).
 
(This information is preliminary and unofficial).
 +
 +
=== Authentication ===
 +
 +
If you POST with username and password:
 +
 +
<pre>
 +
curl -D - -d "j_username=USERNAME&j_password=PASSWORD" https://friendview.nokia.com/j_acegi_security_check
 +
</pre>
 +
 +
you get back:
 +
 +
<pre>
 +
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
 +
</pre>
  
 
=== Posting ===
 
=== Posting ===

Revision as of 19:20, 5 November 2008

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