views:

40

answers:

0

I'm thinking this may not be possible... but I have an Android application that is using the Facebook Graph API to get some information. They can tap the view there and open up a browser with a full-fledged Facebook page, but it asks the user to log in again.

I'd like to be able to skip the initial sign in (I know the browser can remember your login). Is there a way I can use the OAuth token from the Graph API to authorize for the Facebook web page?

I did try appending "access_token=..." to the query string, but that was fruitless.