I have a simple Desktop Facebook application that allows the user to retrieve some of their Facebook info(Written in Java). This info is then sent to their phone.
When the user sees something of interest (e.g. new comment) in their phone's 'facebook-viewer' (JavaME) they can click to launch a browser and go to 'facebook.com' to view it.
Is there a way to get a pre-authenticated URL to send to the phone (using the session-key aquired on the Desktop) so that they don't have to 'log-in' to their phone's browser?