What's the mobileish connect url of Facebook connect?

Posted by Pentium10 on Stack Overflow See other posts from Stack Overflow or by Pentium10
Published on 2010-03-25T07:12:18Z Indexed on 2010/03/25 7:13 UTC
Read the original article Hit count: 614

Filed under:
|

I use the following URL setting to authorize Facebook login. But the page for Application Authorization is webish, and not mobileish.

webview
        .loadUrl("http://www.connect.facebook.com/login.php?return_session=1&nochrome=1&fbconnect=1&extern=2&connect_display=popup&api_key="
                + FConnect.API_KEY
                + "&v=1.0&next="
                + FConnect.SUCCESS_URL
                + "%3Ffb_login%26fname%3D_opener&cancel_url="
                + FConnect.CANCEL_URL
                + "%23fname%3D_opener%26%257B%2522t%2522%253A3%252C%2522h%2522%253A%2522fbCancelLogin%2522%252C%2522sid%2522%253A%25220.741%2522%257D&channel_url="
                + FConnect.XD_RECEIVER);

As you see this is webish, as I had to scroll to the middle,

alt text

Do you know the address to get a mobileish App authorization page?

© Stack Overflow or respective owner

Related posts about facebook

Related posts about facebook-connect