diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-04 18:39:41 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-04 18:39:41 -0700 |
commit | abcb3e85628712da4d61fda6e68bb86a29e1f965 (patch) | |
tree | 9f294ec80d47c4dedacd7c76966dde9d30b09743 /indra/newview/llfacebookconnect.h | |
parent | 6bf2dad1cc8df2769a0833786bc16eea96649d6d (diff) |
ACME-471: Once connected to facebook, a user can use the 'Check in to Facebook' button under the 'Me' menu to make a check in post to Facebook
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 faa60b0f34..2dba182267 100644 --- a/indra/newview/llfacebookconnect.h +++ b/indra/newview/llfacebookconnect.h @@ -46,6 +46,7 @@ public: void getConnectionToFacebook(); void loadFacebookFriends(); + void postCheckin(const std::string& location, const std::string& name, const std::string& description, const std::string& picture, const std::string& message); 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); |