facebookarchive / fbconsole

A micro api client for writing scripts against the Facebook Graph API.
Other
325 stars 74 forks source link

An error occurred with fbconsole. Please try again later. #4

Closed abhiomkar closed 12 years ago

abhiomkar commented 12 years ago

Hi, I'm getting error page after calling .authenticate() function.

Error
An error occurred with fbconsole. Please try again later.

Any Suggestions?

abhiomkar commented 12 years ago

Actually, I changed the SERVER_PORT to 8085. Because, I'm already using 8080 port in my computer.

pcardune commented 12 years ago

If you use a different port, you'll have to use your own fb application and set the redirect url to http://127.0.0.1:8085 or authentication won't work.