Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook fixes #605

Closed
wants to merge 6 commits into from
Closed

Facebook fixes #605

wants to merge 6 commits into from

Conversation

pedalpete
Copy link

This fix is awesome, gets securesocial working with facebook api 2.3

@pedalpete pedalpete closed this Mar 28, 2017
case _ =>
Logger.error("[securesocial] invalid response format for accessToken")
throw new AuthenticationException()
def fail(): String = {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not needed. The buildInfo method in the super class parses the json as defined in the OAuth spec.

@@ -1,8 +1,8 @@
import play.Project._

name := "SecureSocial"
name := "InsecureSocial"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems you're worse than me at naming things :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants