localprojects / Change-By-Us

A new way to share ideas, do projects, and make our cities better
changeby.us
Other
55 stars 27 forks source link

"Sign In with Facebook" JavaScript error #18

Closed cvee closed 12 years ago

cvee commented 12 years ago

On a fresh install of CBU, attempting to sign in with Facebook results in the following JavaScript error on line 23 of all.js:

Error: OAuth2 specification states that 'perms' should now be called 'scope'.  Please update.
cybertoast commented 12 years ago

Just committed a patch to the develop branch. Please could you pull from develop and see if this works for you. I'll be testing on my side as well and will commit to master once it looks stable. Thanks much.

On Thu, Jan 5, 2012 at 1:17 PM, Chris Verwymeren < reply@reply.github.com

wrote:

On a fresh install of CBU, attempting to sign in with Facebook results in the following JavaScript error on line 23 of all.js:

Error: OAuth2 specification states that 'perms' should now be called 'scope'. Please update.


Reply to this email directly or view it on GitHub: https://github.com/localprojects/Change-By-Us/issues/18

cvee commented 12 years ago

Switched to the develop branch. The Facebook authentication window now pops up.