jaliss / securesocial

A module that provides OAuth, OAuth2 and OpenID authentication for Play Framework applications
http://www.securesocial.ws
Apache License 2.0
1.19k stars 510 forks source link

Support latest Facebook API in Play 1.x branch #594

Closed tazmaniax closed 7 years ago

tazmaniax commented 8 years ago

Hi @jaliss , I have a Play1 app that uses SecureSocial and I need to add Facebook signin support. I know the Play 1.x version hasn't seen any development over the last 3 years so I was wondering how much effort it would be to update this branch to work with the latest Facebook API. Is it a major undertaking or very straight forward? I'm happy to create a pull request but before I embark I'd like to understand the feasibility. thx

jaliss commented 8 years ago

@tazmaniax It should not be hard. Easiest way it to create your own provider class and registering that instead of the default one.