Skip to content

Commit

Permalink
Merge pull request #135 from kumaresan-rails/master
Browse files Browse the repository at this point in the history
Removed invalid scope friends_birthday
  • Loading branch information
Diego81 committed May 20, 2015
2 parents 6e75fa4 + 12b23f2 commit 094aa2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omnicontacts/importer/facebook.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def initialize *args
super *args
@auth_host = 'graph.facebook.com'
@authorize_path = '/oauth/authorize'
@scope = 'email,user_relationships,user_birthday,friends_birthday'
@scope = 'email,user_relationships,user_birthday'
@auth_token_path = '/oauth/access_token'
@contacts_host = 'graph.facebook.com'
@friends_path = '/me/friends'
Expand Down

0 comments on commit 094aa2d

Please sign in to comment.