From ee5d93e155ec58c82cb0f1225dc2f5b34f9e78ce Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Wed, 24 Dec 2014 21:34:23 -0200 Subject: Changed Facebook stuff to socialnetworks.h/cpp All Facebook related stuff now is on SocialNetworks.h/cpp this makes it much easier to implement things and looking for bugs. working: - logging in - getting user id - getting album id ( or creating it ) *much* more testing is needed, of course. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- pref.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pref.h') diff --git a/pref.h b/pref.h index 16336f22f..f43c32084 100644 --- a/pref.h +++ b/pref.h @@ -19,9 +19,9 @@ typedef struct } partial_pressure_graphs_t; typedef struct { - char *user_id; char *access_token; - char *album_name; + char *user_id; + char *album_id; } facebook_prefs_t; struct preferences { -- cgit v1.2.3-70-g09d2