Replaced some hard coded strings with constants, removed facebookcommon.h
[situare] / src / facebookservice / facebookcommon.h
diff --git a/src/facebookservice/facebookcommon.h b/src/facebookservice/facebookcommon.h
deleted file mode 100644 (file)
index 4f5e927..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
-   Situare - A location system for Facebook
-   Copyright (C) 2010  Ixonos Plc. Authors:
-
-      Ville Tiensuu - ville.tiensuu@ixonos.com
-
-   Situare is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as published by the Free Software Foundation.
-
-   Situare is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with Situare; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301,
-   USA.
-*/
-
-#ifndef FACEBOOKCOMMON_H
-#define FACEBOOKCOMMON_H
-
-#include <QString>
-
-const QString ERROR = "Error";
-
-// Facebook callback url indentifiers and setting items
-///< @todo remove
-const QString SESSION_KEY = "session_key";
-const QString USER_ID = "uid";
-const QString EXPIRES = "expires";
-const QString SESSION_SECRET = "secret";
-const QString SIGNATURE = "sig";
-
-const QString LOGIN_SUCCESS_REPLY = "http://www.facebook.com/connect/login_success.html";
-const QString LOGIN_FAILURE_REPLY = "https://login.facebook.com/login.php?login_attempt=";
-const QString LOGIN_PAGE = "http://www.facebook.com/login.php?api_key=";
-
-#endif // FACEBOOKCOMMON_H