The user's headline can be retrieved by requesting the STATUS field:

----------
var params = {};
params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] =
[opensocial.Person.Field.STATUS];

var req = opensocial.newDataRequest();
req.add(req.newFetchPersonRequest(opensocial.DataRequest.PersonId.OWNER,
params), 'owner');
req.send(callback);
----------

The OpenSocial API does not allow you to set the headline or status,
only fetch it.

- Jason

On Oct 18, 11:34 am, hwked <[EMAIL PROTECTED]> wrote:
> Can I access the user's status/ headline ? And change it using
> opensocial?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to