I developed a WP7 client that uses the Facebook C # SDK using OAUTH and a web browser.
Everything works fine, except on the page where the user is asked to accept / reject the access permissions that I ask, the "Do not allow" and "Allow" buttons are at the bottom of the browser screen, and it is not obvious that the user should scroll down to click on them.
I tried using all the different display modes (touch, wap, page, popup), and the "page" is the only one that shows the buttons on the same page, but then the fonts are tiny. I also tried different sizes to control the browser.
An example in the SDK has the same behavior.
Has anyone found a workaround for this?
source
share