Send an experimental file to the experimental album on Facebook

And I had to create the Http header by hand because I couldn't
figure out how to do using HttpMultiPart from Qt.
not fun.

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-25 12:55:06 -02:00 committed by Dirk Hohndel
parent 83fd196c4a
commit 3d3eac7cc7
3 changed files with 47 additions and 0 deletions

View file

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