org.alfresco.repo.publishing.flickr.springsocial.connect
Class FlickrServiceProvider

java.lang.Object
  extended by org.springframework.social.oauth1.AbstractOAuth1ServiceProvider
      extended by org.alfresco.repo.publishing.flickr.springsocial.connect.FlickrServiceProvider
All Implemented Interfaces:
org.springframework.social.oauth1.OAuth1ServiceProvider, org.springframework.social.ServiceProvider

public class FlickrServiceProvider
extends org.springframework.social.oauth1.AbstractOAuth1ServiceProvider

Since:
4.0

Constructor Summary
FlickrServiceProvider(java.lang.String consumerKey, java.lang.String consumerSecret)
           
 
Method Summary
 Flickr getApi(java.lang.String accessToken, java.lang.String secret)
           
 
Methods inherited from class org.springframework.social.oauth1.AbstractOAuth1ServiceProvider
getConsumerKey, getConsumerSecret, getOAuthOperations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlickrServiceProvider

public FlickrServiceProvider(java.lang.String consumerKey,
                             java.lang.String consumerSecret)
Method Detail

getApi

public Flickr getApi(java.lang.String accessToken,
                     java.lang.String secret)
Specified by:
getApi in interface org.springframework.social.oauth1.OAuth1ServiceProvider
Specified by:
getApi in class org.springframework.social.oauth1.AbstractOAuth1ServiceProvider


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.