Package org.springframework.social.movies.netflix.api.impl

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

Related Classes of org.springframework.social.movies.netflix.api.impl.NetFlixTemplate

Copyright © 2018 www.massapicom. 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.