Examples of NetFlixTemplate


Examples of org.springframework.social.movies.netflix.api.impl.NetFlixTemplate

        "http://api.netflix.com/oauth/access_token"));
  }

  @Override
  public NetFlixApi getApi(String accessToken, String secret) {
    return new NetFlixTemplate(getConsumerKey(), getConsumerSecret(), accessToken, secret);
  }
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.