Generic-user-small Nathan Verni 2 posts

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?

 
Head_small Mike Mangino 17 posts

Are you accessing the page as a developer of your website? If not, try that. You may get a better error message.

Also, what Callback URL have you specified?

 
Generic-user-small Nathan Verni 2 posts

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

3 posts, 2 voices