diff options
author | Cho <cho@lindenlab.com> | 2013-04-13 02:10:13 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-04-13 02:10:13 +0100 |
commit | 9a0cd53bdaf10652236f082a63fe43ec126a9251 (patch) | |
tree | a83df9c4e06e26da538faf63c5c477a1e7fa2d23 /indra/newview/llpanelpeople.h | |
parent | 4308ac194e78277517626ed17a8d3f2fd8b7fb00 (diff) |
switched to use FacebookConnect and FacebookRedirect capabilities
Diffstat (limited to 'indra/newview/llpanelpeople.h')
-rw-r--r-- | indra/newview/llpanelpeople.h | 3 |
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; |