summaryrefslogtreecommitdiff
path: root/indra/newview/llfacebookconnect.cpp
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-06-19 01:36:23 +0100
committerCho <cho@lindenlab.com>2013-06-19 01:36:23 +0100
commitd1d495870ac44ad0358f655357ff0583d60f263f (patch)
treec3b82aa7c8f3206b718b9e51f34fd7c063874c65 /indra/newview/llfacebookconnect.cpp
parent8748fdf77c3b1b1374b436cd7f4f03ce7575e7ba (diff)
updated viewer to use new /friends route for ACME-534
Diffstat (limited to 'indra/newview/llfacebookconnect.cpp')
-rw-r--r--indra/newview/llfacebookconnect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfacebookconnect.cpp b/indra/newview/llfacebookconnect.cpp
index 36a40790ec..64fc81cc93 100644
--- a/indra/newview/llfacebookconnect.cpp
+++ b/indra/newview/llfacebookconnect.cpp
@@ -309,7 +309,7 @@ void LLFacebookConnect::loadFacebookFriends()
{
const bool follow_redirects=false;
const F32 timeout=HTTP_REQUEST_EXPIRY_SECS;
- LLHTTPClient::get(getFacebookConnectURL("/friend"), new LLFacebookFriendsResponder(),
+ LLHTTPClient::get(getFacebookConnectURL("/friends"), new LLFacebookFriendsResponder(),
LLSD(), timeout, follow_redirects);
}