[libgfbgraph] Isn't required any authentication to download a photo.



commit 4977ee6189854811f883838fdd6ef2da10bf9bb5
Author: Álvaro Peña <alvaropg gmail com>
Date:   Wed Aug 21 17:59:55 2013 +0200

    Isn't required any authentication to download a photo.

 gfbgraph/gfbgraph-photo.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gfbgraph/gfbgraph-photo.c b/gfbgraph/gfbgraph-photo.c
index 3a25bd3..2fcf6b8 100644
--- a/gfbgraph/gfbgraph-photo.c
+++ b/gfbgraph/gfbgraph-photo.c
@@ -287,7 +287,6 @@ gfbgraph_photo_download_default_size (GFBGraphPhoto *photo, GFBGraphAuthorizer *
         request = soup_requester_request (requester, priv->source, error);
         if (request != NULL) {
                 message = soup_request_http_get_message (SOUP_REQUEST_HTTP (request));
-                gfbgraph_authorizer_process_message (authorizer, message);
 
                 stream = soup_request_send (request, NULL, error);
                 if (stream != NULL) {


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