views:

68

answers:

1

Hi ,

I am trying to run example of facebook android sdk , in that i have run stream example to fetch the data from facebook.

Now hen ever i click on "fconnect" button to log in into facebook i am getting following dialog box alt text

so is it possible to replace this dialog box with following to make it simple ???

alt text

A: 

look in the facebook source what the login dialog does when you press the login-button,
but if the dialog is a webview it could be more difficult. :/

Bartinger
well i think they have used WebView as i found private class FbWebViewClient extends WebViewClient so it there any way to get rid of it , because in my application i am accessing Facebook , picasa and flickr and to give a consistent look i need to replace the dialog
Hunt