diff options
| author | Cho <cho@lindenlab.com> | 2013-06-01 01:55:40 +0100 |
|---|---|---|
| committer | Cho <cho@lindenlab.com> | 2013-06-01 01:55:40 +0100 |
| commit | bbac06deb72e036b60a73bfb0e50d8f6a6a0fe86 (patch) | |
| tree | 7d0fa7dc502638e8fda503a20627ad1fe8bb4552 /indra/newview/llfacebookconnect.h | |
| parent | 9497a70eb2b3d47d1bfd83ff34bb60d8f490644d (diff) | |
added LLFacebookConnect::sharePhoto() for ACME-467
Diffstat (limited to 'indra/newview/llfacebookconnect.h')
| -rw-r--r-- | indra/newview/llfacebookconnect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfacebookconnect.h b/indra/newview/llfacebookconnect.h index 8886630222..faa60b0f34 100644 --- a/indra/newview/llfacebookconnect.h +++ b/indra/newview/llfacebookconnect.h @@ -47,6 +47,7 @@ public: void loadFacebookFriends(); void postCheckinMessage(const std::string& message, const std::string& link, const std::string& name, const std::string& caption, const std::string& description, const std::string& picture); + void sharePhoto(const std::string& image_url, const std::string& caption); void clearContent(); void storeContent(const LLSD& content); |
