Facebook AS3 api - mobile login window missing cancel button

137 views Asked by At

I am using this, somewhat outdated, library. When i log in a webview loads the following url

https://graph.facebook.com/oauth/authorize?client_id=123456789&display=touch&redirect_uri=https://www.facebook.com/connect/login_success.html&type=user_agent&scope=publish_actions,user_friends

I get a working login page, but there is no cancel button. Am I using the wrong address, or is this something the library would be responsible for adding?

Regards, Jacob

1

There are 1 answers

1
djib On BEST ANSWER

Do not use this library. It is not maintained any more, and wasn't updated since oct. 2011 ... It is broken. I use the Facebook API in AIR using HTMLLoaders and URLLoaders. All the flow is documented on the facebook developper's pages. But it's not that easy.