[gnome-online-accounts/gnome-3-12] facebook: Remove read_mailbox



commit 20f75039c8de6d90675dff10284d1f26d9af039a
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 8989041..baa60b4 100644
--- a/src/goabackend/goafacebookprovider.c
+++ b/src/goabackend/goafacebookprovider.c
@@ -134,7 +134,6 @@ get_scope (GoaOAuth2Provider *provider)
   /* Note: Email is requested to obtain a human understandable unique Id  */
   return
     "user_events,"
-    "read_mailbox,"
     "email,"
     "user_photos";
 }


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