Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:wooyek/flask-social-blueprint in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
wooyek committed Dec 25, 2015
2 parents 2a8d8ed + 1709869 commit c252015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flask_social_blueprint/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def get_profile(self, raw_data):
import facebook

graph = facebook.GraphAPI(access_token)
profile = graph.get_object("me?fields=email")
profile = graph.get_object("me", fields="email")
profile_id = profile['id']
data = {
"provider": "Facebook",
Expand Down

0 comments on commit c252015

Please sign in to comment.