Using Facebook Connect with jQTouch?
        Posted  
        
            by Volmar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Volmar
        
        
        
        Published on 2010-04-30T08:51:16Z
        Indexed on 
            2010/04/30
            8:57 UTC
        
        
        Read the original article
        Hit count: 444
        
Hi,
i'm starting a new jQTouch-project now and i'm thinking of using facebook connect to make it easier for users to register with my site. do anyone have any experience with this?
I'm using the Facebook PHP SDK (from github), and i first tried to use it with the built in example, it worked good.
i later tried it with jQTouch (the latest build from the SVN). when i create the log in/log out link inside a ul.rounded>li element it does not work because jQTouch have some special function that handles links clicked inside a li-element.
how can i go around this function and make it work with the connect-link, i'm using the display=touch version of the autentication dialog.
when i add the link outside of the ul.rounded>li-element it works in desktop safari but not in mobile safari.
any ideas?
© Stack Overflow or respective owner