Handling facebook Login popup - switching from android app view to facebook login popup

hi how can i Switch from my android app page to a facebook login popup and send keys to the email and password field in the facebook popup and click on login

Hi karthiknidhi.

I am doing that, by using Appium Library in Robot Framework.
Basicly you need to change to the webview context, then interact with the facebook popup, and then you shoul return to the native context.

hi ernesto,
Is der any other way using just appium and not using robot framework ???