Examples of fetchPerson()


Examples of org.opensocial.client.OpenSocialClient.fetchPerson()

        OpenSocialProvider.valueOf("FRIENDCONNECT"));
    client.setProperty(OpenSocialClient.Property.TOKEN_NAME, "fcauth");
    client.setProperty(OpenSocialClient.Property.TOKEN, token);

    try {
      viewer = client.fetchPerson();
    } catch (OpenSocialRequestException e) {
      return null;
    } catch (IOException e) {
      return null;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.