[gnome-online-miners/wip/facebook] src: add a Facebook miner based on GFBGraph



commit 8d1c908ce7b2b7d52d2c4cd142cd9db2c7b8dde0
Author: Álvaro Peña <alvaropg gmail com>
Date:   Tue Jun 25 19:42:18 2013 +0200

    src: add a Facebook miner based on GFBGraph
    
    https://bugzilla.gnome.org/show_bug.cgi?id=701499

 src/gom-facebook-miner.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/gom-facebook-miner.c b/src/gom-facebook-miner.c
index bf3a7d1..c54424a 100644
--- a/src/gom-facebook-miner.c
+++ b/src/gom-facebook-miner.c
@@ -281,7 +281,6 @@ account_miner_job_process_photo (GomAccountMinerJob *job, GFBGraphPhoto *photo,
                                                             &resource_exists,
                                                             job->datasource_urn, identifier,
                                                             "nfo:RemoteDataObject", (const gchar *) class, 
NULL);
-
   if (*error != NULL)
     goto out;
 
@@ -306,7 +305,6 @@ account_miner_job_process_photo (GomAccountMinerJob *job, GFBGraphPhoto *photo,
                                                           job->cancellable, error,
                                                           job->datasource_urn, resource,
                                                           "nie:isPartOf", parent_resource_urn);
-
   if (*error != NULL)
     goto out;
 
@@ -314,7 +312,6 @@ account_miner_job_process_photo (GomAccountMinerJob *job, GFBGraphPhoto *photo,
                                                           job->cancellable, error,
                                                           job->datasource_urn, resource,
                                                           "nie:title", photo_name);
-
   if (*error != NULL)
     goto out;
 
@@ -322,7 +319,6 @@ account_miner_job_process_photo (GomAccountMinerJob *job, GFBGraphPhoto *photo,
                                                           job->cancellable, error,
                                                           job->datasource_urn, resource,
                                                           "nie:mimeType", "image/jpeg");
-
   if (*error != NULL)
     goto out;
 
@@ -331,7 +327,6 @@ account_miner_job_process_photo (GomAccountMinerJob *job, GFBGraphPhoto *photo,
                                                           job->cancellable, error,
                                                           job->datasource_urn, resource,
                                                           "nie:contentCreated", photo_created_time);
-
   if (*error != NULL)
     goto out;
 
@@ -339,7 +334,6 @@ account_miner_job_process_photo (GomAccountMinerJob *job, GFBGraphPhoto *photo,
   contact_resource = gom_tracker_utils_ensure_contact_resource (job->connection,
                                                                 job->cancellable, error,
                                                                 job->datasource_urn, creator);
-
   if (*error != NULL)
     goto out;
 
@@ -347,7 +341,6 @@ account_miner_job_process_photo (GomAccountMinerJob *job, GFBGraphPhoto *photo,
                                                           job->cancellable, error,
                                                           job->datasource_urn, resource,
                                                           "nco:creator", contact_resource);
-
   g_free (contact_resource);
   if (*error != NULL)
     goto out;


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