@Path(value="/tokens") @Singleton public class SocialNetworkingLibraryServiceToken extends Object
SocialNetworkingLibraryServiceToken()
javax.ws.rs.core.Response
generateToken(String appId, String token)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SocialNetworkingLibraryServiceToken()
@POST @Path(value="generateApplicationToken/") @Consumes(value="application/x-www-form-urlencoded") @Produces(value="text/plain") public javax.ws.rs.core.Response generateToken(@FormParam(value="appid") String appId, @FormParam(value="token") String token)
Copyright © 2016. All Rights Reserved.