使用 ProfileAdminService 关注用户

Using the ProfileAdminService to Follow a user

我想知道是否有办法使用 ProfileAdminService (com.ibm.sbt.services.client.connections.profiles.ProfileAdminService) 让一个用户关注另一个用户。

我知道您可以通过 /profiles/admin/atom/following.do 的 put 来完成,但我希望只使用服务。

我调查了 FollowService 但这仅(至少我能看到)允许当前经过身份验证的用户关注某人,但我希望能够让任何用户关注某人。

谢谢

该功能未在 IBM Social Business Toolkit SDK 中实现 您可以查看 ProfileAdminService 的代码,您会发现这些方法不包括建立以下关系。

您需要使用 REST API - http://www-10.lotus.com/ldd/lcwiki.nsf/xpAPIViewer.xsp?lookupName=IBM+Connections+5.0+API+Documentation#action=openDocument&res_title=Following_a_person_using_the_Administration_API_ic50&content=apicontent

与指定的正文。您需要正确制作 URL 才能通过 REST API

使该功能正常工作