[gnome-online-accounts] facebook: Remove read_mailbox



commit 68a2fe409618150344688fd98ddd5d5e92d7dd1e
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Feb 23 13:24:16 2015 +0100

    facebook: Remove read_mailbox
    
    I can not think of anything that is using it, and Facebook does not
    like [1] handing it out so easily.
    
    Since the credentials generation was bumped in the previous commit,
    we are not bumping it again.
    
    [1] https://developers.facebook.com/docs/facebook-login/permissions
    
    https://bugzilla.gnome.org/show_bug.cgi?id=745004

 src/goabackend/goafacebookprovider.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/goabackend/goafacebookprovider.c b/src/goabackend/goafacebookprovider.c
index 771ee9c..27ccd62 100644
--- a/src/goabackend/goafacebookprovider.c
+++ b/src/goabackend/goafacebookprovider.c
@@ -133,7 +133,6 @@ get_scope (GoaOAuth2Provider *provider)
   /* Note: Email is requested to obtain a human understandable unique Id  */
   return
     "user_events,"
-    "read_mailbox,"
     "email,"
     "user_photos,"
     "user_status,"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]