diff options
| author | Cho <cho@lindenlab.com> | 2013-11-13 18:44:33 +0000 |
|---|---|---|
| committer | Cho <cho@lindenlab.com> | 2013-11-13 18:44:33 +0000 |
| commit | 47918f4537ee924c4cb9652a72561b5febbddeb6 (patch) | |
| tree | 72e34af0cfef0384038783fb1dff0dae9a204b8e /indra/newview/llflickrconnect.cpp | |
| parent | 19c1be0e055bd06cb3083a9c9d126a4907a90788 (diff) | |
changed Twitter photo character limit to 100 just to be safe, and switched to use cap server for Flickr and Twitter service
Diffstat (limited to 'indra/newview/llflickrconnect.cpp')
| -rw-r--r-- | indra/newview/llflickrconnect.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llflickrconnect.cpp b/indra/newview/llflickrconnect.cpp index 3da3ef22b2..3a21933b63 100644 --- a/indra/newview/llflickrconnect.cpp +++ b/indra/newview/llflickrconnect.cpp @@ -296,8 +296,8 @@ std::string LLFlickrConnect::getFlickrConnectURL(const std::string& route, bool LLViewerRegion *regionp = gAgent.getRegion(); if (regionp) { - url = "http://pdp15.lindenlab.com/flickr/agent/" + gAgentID.asString(); // TEMPORARY FOR TESTING - CHO - //url = regionp->getCapability("FlickrConnect"); + //url = "http://pdp15.lindenlab.com/flickr/agent/" + gAgentID.asString(); // TEMPORARY FOR TESTING - CHO + url = regionp->getCapability("FlickrConnect"); url += route; if (include_read_from_master && mReadFromMaster) |
