Skip to content
Snippets Groups Projects
Commit a77cc6ce authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Apply Facebook API 2.0 adjustments to getServices()

parent 60ad1932
Branches
Tags
No related merge requests found
......@@ -325,6 +325,8 @@ public class LoginController extends AbstractController {
}
if ("true".equals(facebookEnabled)) {
facebookProvider.setFields("id,link");
facebookProvider.setScope("");
services.add(new ServiceDescription(
"facebook",
"Facebook",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment