summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁlvaro Peña <alvaropg@gmail.com>2013-08-21 17:59:55 +0200
committerÁlvaro Peña <alvaropg@gmail.com>2013-08-21 17:59:55 +0200
commit4977ee6189854811f883838fdd6ef2da10bf9bb5 (patch)
tree36e67c28d7f84b7d279e317fd447524bfaf5a5e0
parent811e181f6aebb8fe5121193969f9d109673c13d4 (diff)
downloadlibgfbgraph-4977ee6189854811f883838fdd6ef2da10bf9bb5.tar.gz
Isn't required any authentication to download a photo.
-rw-r--r--gfbgraph/gfbgraph-photo.c1
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) {