Facebook integration: Always ask for a folder before sending the photo

This way we are sure that the upload was made in the correct folder.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-12-28 21:06:07 -02:00 committed by Dirk Hohndel
parent 571f86485d
commit ed903c42b9
3 changed files with 25 additions and 7 deletions

View file

@ -22,7 +22,7 @@ public slots:
void tryLogin(const QUrl& loginResponse);
void logout();
void setDesiredAlbumName(const QString& albumName);
void sendDive(int divenr);
void sendDive();
private:
explicit FacebookManager(QObject *parent = 0);