summaryrefslogtreecommitdiff
path: root/indra/newview/llfacebookconnect.h
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-07-12 01:29:57 +0100
committerCho <cho@lindenlab.com>2013-07-12 01:29:57 +0100
commit36db132f236d4a3606b42a2a6af1b31c47892706 (patch)
tree9a2a0da3386a8b323b26f3ac0863524c485135da /indra/newview/llfacebookconnect.h
parentb22b47fde552d2b1951858b7a4707876744cf396 (diff)
added state parameter to PUT /connection route for ACME-692
Diffstat (limited to 'indra/newview/llfacebookconnect.h')
-rw-r--r--indra/newview/llfacebookconnect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llfacebookconnect.h b/indra/newview/llfacebookconnect.h
index 0f828cf43e..77b1896c6e 100644
--- a/indra/newview/llfacebookconnect.h
+++ b/indra/newview/llfacebookconnect.h
@@ -54,9 +54,9 @@ public:
FB_POST_FAILED = 6
};
- void connectToFacebook(const std::string& auth_code = ""); // Initiate the complete FB connection. Please use checkConnectionToFacebook() in normal use.
- void disconnectFromFacebook(); // Disconnect from the FBC service.
- void checkConnectionToFacebook(bool auto_connect = false); // Check if an access token is available on the FBC service. If not, call connectToFacebook().
+ void connectToFacebook(const std::string& auth_code = "", const std::string& auth_state = ""); // Initiate the complete FB connection. Please use checkConnectionToFacebook() in normal use.
+ void disconnectFromFacebook(); // Disconnect from the FBC service.
+ void checkConnectionToFacebook(bool auto_connect = false); // Check if an access token is available on the FBC service. If not, call connectToFacebook().
void loadFacebookFriends();
void postCheckin(const std::string& location, const std::string& name, const std::string& description, const std::string& picture, const std::string& message);