Apr 11, 2008
Generic-user-small Nathan Verni 2 posts

Topic: Developing Facebook Platform Applications with Rails / Error while loading page from... In Chapter 3

Thanks for the quick response Mike – I was missing the trailing slash in the call-back url so it was going to http://my.ip:3000invitations/new

 
Apr 11, 2008
Generic-user-small Nathan Verni 2 posts

Topic: Developing Facebook Platform Applications with Rails / Error while loading page from... In Chapter 3

I’m working through chapter three. I’m up to the point where I need to call:

http://apps.facebook.com/<app name>/invitations/new

I’m getting Error while loading page from and nothing is showing up in the development.log

I added a simple ‘home’ controller with a render text in the index action, I get the same Error while loading error when hitting:

http://apps.facebook.com/<app name>/home

I can, however, get to the url: http://my.ip.:3000/home

Any ideas why this might be?

2 posts