Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Which would return something like...

Code Block

HTTP/1.1 200 OK

...


Link: <api/people/@me>; rel="http://ns.opensocial.org/2008/opensocial/people",

...


  <api/activities/@me>; rel="http://ns.opensocial.org/2008/opensocial/activities",

...


  <api/appData/@me>; rel="http://ns.opensocial.org/2008/opensocial/appData",

...


  <api/messages/@me>; rel="http://ns.opensocial.org/2008/opensocial/messages",

...


  <api/albums/@me>; rel="http://ns.opensocial.org/2008/opensocial/albums",

...


  <api/mediaItems/@me>; rel="http://ns.opensocial.org/2008/opensocial/mediaItems"

Where each of the Links represent a service that is associated with this particular user.

...