[gnome-online-miners/wip/facebook] facebook: use the correct function to get the Facebook link for the photo



commit 6a596d3798623198fd1ceebfc70ffd71812d0193
Author: Álvaro Peña <alvaropg gmail com>
Date:   Mon Aug 26 19:32:56 2013 +0200

    facebook: use the correct function to get the Facebook link for the photo

 src/gom-facebook-miner.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gom-facebook-miner.c b/src/gom-facebook-miner.c
index 7105c39..bf3a7d1 100644
--- a/src/gom-facebook-miner.c
+++ b/src/gom-facebook-miner.c
@@ -269,7 +269,7 @@ account_miner_job_process_photo (GomAccountMinerJob *job, GFBGraphPhoto *photo,
   if (photo_name == NULL) {
     photo_name = photo_created_time;
   }
-  photo_url = gfbgraph_node_get_uri (GFBGRAPH_NODE (photo));
+  photo_url = gfbgraph_node_get_link (GFBGRAPH_NODE (photo));
 
   identifier = g_strdup_printf ("facebook:photos:%s", photo_id);
 


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