Same results...
I started with your Rails code I found in your website: git://
github.com/banane/sample-koala-rails-app.git (thank you!)
And it was 21 seconds waiting response. Finally I minimize to the ruby code that I have written in SO, having the same problem.
The thing is: when I just write URL on a web browser or on Graph Explorer the response is instantaneously! But just with this code
coke_url = "https://graph.facebook.com/cocacola"
response = open coke_url
on a ruby file, it takes 21 seconds...
Could you try to execute a similar code? I don't underestand where is the problem.
I attach 2 images with the problem
Thanks!
Fran