Screen orientation problem when using iPhone UI with Edgelib

Hello,
I'm using edgelib with facebook connect iphone api.
I want to add a simple connect button on the view but in landscape mode.
I added the Info.plist property "Initial interface orientation" in "Landscape (right home button)".
I also set up the edgelib orientation flag to DOR_LANDSCAPE in OnDisplayConfig.
But this doesn't seems to do anything, I still have to correct the orientation using opengl rotation/translation + correcting the x/y touch point by hand.
But the main problem is that my connect button added by facebook connect api is not rotated in landscape mode.
Do you know how can I solve this issue ?
Thank you.
I'm using edgelib with facebook connect iphone api.
I want to add a simple connect button on the view but in landscape mode.
I added the Info.plist property "Initial interface orientation" in "Landscape (right home button)".
I also set up the edgelib orientation flag to DOR_LANDSCAPE in OnDisplayConfig.
But this doesn't seems to do anything, I still have to correct the orientation using opengl rotation/translation + correcting the x/y touch point by hand.
But the main problem is that my connect button added by facebook connect api is not rotated in landscape mode.
Do you know how can I solve this issue ?
Thank you.