I am facing problem with LWUIT browser in conjunction with Facebook OAuth API.
I am trying to authorize our application to use Facebook services on a mobile client using LWUIT browser, which is available on SVN. I can go as far as the permissions page where you see a list of permissions followed by the "Allow" and "deny" buttons. The moment I click on the "Allow" button, I am again being redirected to Facebook login page (m.facebook.com) instead of forwarding to our application webpage. Has anyone encountered this problem and has managed to get around it?
From my understanding, I believe there is a problem in parsing the page and hence there is a failure in generating an access code which in turn is responsible for forwarding back to the application webpage.
I'd really appreciate if anyone could shed some light on the predicament.
Thanks