-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blank Login Screen #43
Comments
I tried your app id and it seems to work fine ... can you provide any more details? Does the blank page have a title? Look at the log and send the last URL (it might be really long) that the dialog tried loading. |
Hello, The last url web view tries to load is This url loads completely, but im getting a blank page, with no title shown. If have added more log statements, it seems, this url goes in the condition, the url contains 'display=touch'. When i check the code, the value returned from this condition is 'false'. But if i comment that portion of code and make the url to load in the browser its loading the login the page in the browser. Can you please help me to fix this issue? |
I have checked in 2.0 emulators. The same thing is happening in HTC dream. |
The entries in the log file on the phone look similar to what the emulator is reporting. |
Having the same issue. But one weird behavior....when I use my home wifi for connecting to network it works fine but when I use my cellular EDGE network this issue props up. |
Hi, I am also getting the same issue. Blank page after clicking "Login" button. |
When i paste the webview url https://graph.facebook.com/oauth/authorize?display=touch&scope=publish_stream,read_stream,offline_access&client_id=131695460195139&type=user_agent&redirect_uri=fbconnect://success in firefox, I get an "Untrusted Connection" error. Could the blank page issue be due to this problem ? The log of my error as shown in the emulator :
|
Looks like this is related to this bug http://bugs.developers.facebook.com/show_bug.cgi?id=9944 I am able to circument this problem by not using https in the following places of Facebook.java protected static String OAUTH_ENDPOINT = "http://graph.facebook.com/oauth/authorize"; After the above change, it seems to be working fine !! |
Changing to http has fixed this for me. Cheers for the solution, would not have been the first thing I tried. |
Yes....Changing to "http" works for me too.... |
Leave the graph api usikng https though, otherwise you wont be able to do post methods |
I have changed to http: instead of https:, but still im getting empty login page. |
I have the same issue |
This is still failing for me. Any word on when we might see a fix? |
I fixed the blank dialog problems by using the latest from this branch instead: http://github.com/kneeshemoorah/facebook-android-sdk |
fixed the issue visit my post at http://myunixworld.blogspot.com/2010/11/android-facebook-sdk-issue-fix-for.html |
Dupe of issue #41 |
Hi, Im using the app id as '107714532611441'. Still im getting the blank empty log in page after i click the log in button. I have added the code to clear the session after the session restore.
The text was updated successfully, but these errors were encountered: