Interface SocialNetworkConnector

    • Method Detail

      • buildAuthenticateUrl

        String buildAuthenticateUrl​(String callBackURL)
        Build URL to call for authentication over social network
        Parameters:
        callBackURL - the URL to call to after authentication
        Returns:
        authentication URL as String
      • getUserProfile

        org.springframework.social.connect.UserProfile getUserProfile​(AccessToken authorizationToken)
      • updateStatus

        void updateStatus​(AccessToken authorizationToken,
                          String status)
      • setJavascriptAttributes

        void setJavascriptAttributes​(javax.servlet.http.HttpServletRequest request)