I am using FbGraph API for facebook integration.
Everything is working fine, but the problem is that the FbGraph API does not rotate in landscape view.
I also used the shouldAutorotateToInterfaceOrientation to YES, and i tried to put a breakpoint in didRotateFromInterfaceOrientation.
It is never being called.
I am really stuck into this.
pls help
I use below and its work fine,
1) post notification in
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientationmethod of view from which you useFBGraph2)
3) In the
FBGraph