summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpeople.h
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-04-13 02:10:13 +0100
committerCho <cho@lindenlab.com>2013-04-13 02:10:13 +0100
commit9a0cd53bdaf10652236f082a63fe43ec126a9251 (patch)
treea83df9c4e06e26da538faf63c5c477a1e7fa2d23 /indra/newview/llpanelpeople.h
parent4308ac194e78277517626ed17a8d3f2fd8b7fb00 (diff)
switched to use FacebookConnect and FacebookRedirect capabilities
Diffstat (limited to 'indra/newview/llpanelpeople.h')
-rw-r--r--indra/newview/llpanelpeople.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h
index 76207108cd..e9581bb5f3 100644
--- a/indra/newview/llpanelpeople.h
+++ b/indra/newview/llpanelpeople.h
@@ -66,6 +66,9 @@ public:
void connectToFacebook(const std::string& auth_code);
void disconnectFromFacebook();
+ std::string getFacebookConnectURL(const std::string& route = "");
+ std::string getFacebookRedirectURL();
+
bool mConnectedToFbc;
bool mTryToConnectToFbc;