Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Orientation is the way up, down, left or right something is facing or being held in.

learn more… | top users | synonyms

0
votes
0answers
16 views

Restrict facebook login page only to portrait mode in android

Is it possible to restrict the Facebook login screen on my app to only show up in portrait mode. The problem we are facing is as below We click on facebook login button when in portrait mode . I ...
0
votes
1answer
396 views

Facebook Graph API - Wrong Image Orientation

I fix my app's orientation to be landscape only. This is how I get the screenshot. UIImage *img = UIGraphicsGetImageFromCurrentImageContext(); and I change the orientation through UIImage * ...