Class People


  • @Path("2/people")
    public class People
    extends Object
    REST interface for the social service (people). Used by OAUTH 2.0 apps/users.
    • Constructor Detail

      • People

        public People()
    • Method Detail

      • getProfile

        @Produces("application/json")
        @GET
        @Path("profile")
        public javax.ws.rs.core.Response getProfile()
        Returns:
        the user's profile. The user in this case is the one bound to the token