Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

2 Answers

No, the user must login on the mobile app as well. Using a mobile Facebook application is no different than using your Desktop application on another machine. The login must occur for security reasons. If you could pass around pre-authenticated URLs this would be a major security issue as URLs are easy to steal. See mobile authentication.

share|improve this answer
up vote 0 down vote accepted

So from what I've read - it looks like this functionality is available in a private API, but for normal people, it is as 'plafayette' says: not possible.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.