Neseek77 / gwt-facebook

Automatically exported from code.google.com/p/gwt-facebook
1 stars 0 forks source link

Hangs waiting for waitUntilStatusReady #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've downloaded the sample and code from SVN, when I run SampleApp, it just 
hangs waiting for the WhenReadyCallback .

Do I need to change / update something from SampleApp ?

Original issue reported on code.google.com by charlie....@gmail.com on 20 Jun 2010 at 8:04

GoogleCodeExporter commented 9 years ago
Seems this is only when you use 127.0.0.1 instead of localhost.  

So ... use localhost to make it work!

Original comment by charlie....@gmail.com on 20 Jun 2010 at 9:40

GoogleCodeExporter commented 9 years ago
i faced the same issue that you faced before and it was the hung state of 
"Waiting for facebook connect state..."

i try the "localhost" instead of 127.0.0.1, but still it is hunging..it was 
running on embedded jetty and my ide is eclipse.

In javascript console, i see and error...

TypeError: $wnd.FB.Connect.get_status is not a function

Reload the page to get source for: http://localhost:8080

So what do you think about this? Do you have any idea? I'm really stuck with 
it..

Original comment by alifevzi...@gmail.com on 10 Dec 2012 at 11:55