FaceBook Login Orientation not scaling correctly.

Hi,

I finished building my app and attempted to log onto Facebook to post a message as a test. The build is set to landscapeRight, but the login menu is showing up as portrait. I’ve build 4 previous apps (portrait and landScapeRight, using the same method and they worked perfectly), but this one won’t seem to scale no matter what I do. Any ideas?

Hi @duo.imagination,

This is an aspect of the current Facebook SDK. See here:

https://github.com/facebook/facebook-android-sdk/blob/4b1e39fc61243dd9bfd9aaac865a3db1033a9858/facebook/src/com/facebook/widget/WebDialog.java#L267

Wow. Is there a way around it? Also, the same is happening to Twitter.

Hi @duo.imagination,

This is an aspect of the current Facebook SDK. See here:

https://github.com/facebook/facebook-android-sdk/blob/4b1e39fc61243dd9bfd9aaac865a3db1033a9858/facebook/src/com/facebook/widget/WebDialog.java#L267

Wow. Is there a way around it? Also, the same is happening to Twitter.