Posted by Niklas Heidloff | April 11, 2011
I've uploaded a new
version of Social
Enabler. The new version contains
the following new functionality:
1) Write to activity stream from XPages
asynchronously
Watch this
video to see this feature in action.
The requests are stored in a queue NSF. A scheduled Java agent sends these
requests on behalf of users to the Social Business Toolkit on Greenhouse.
2) Handle token expiration
As explained in the wiki
article the access token expires
in two hours. I've added code that stores when you received the last access
token and renews the token if necessary before you do the next REST request.
3) I've extended the API which generates
the JSON (more parameters and handling of encoding). Stay tuned for more
improvements in this area.