I am using Facebook android SDK, running its provided sample example in emulator by adding app id into it.
The problem is i am able login properly but when i click on "Wall Post" button, Facebook webview dialog opens similar to login with title "Post on Wall". This dialog disappears immediately after few seconds.
what could be the issue, where i am going wrong.
EDIT 1: Its actually a problem with the emulator. I have tested it in other emulator its works fine. But now in emulator after successful wall post FB webview dialog gets closed and return back to app but in device it doesn't. The dialog stays there showing blank screen with success post id
EDIT 2: I also noticed this dialog disappear issue is getting on v2.1(Tested on emulator). But it works fine on v2.2 and above(Tested on emulator and device)