background preloader

SSO

Facebook Twitter

Authentication and Authorization for Google APIs - Google Code. API Documentation | foursquare Developers. Start by registering your app to obtain its foursquare API credentials. Be sure to use an account with a secure password to own these credentials. If you're creating an app on the behalf of a full-fledged company, consider creating the key in association with the page account for your company.

Since each set of credentials is tied to a particular URL, you may want to create different credentials for your development server and production server. For the purposes of OAuth, your “key” from that registration process is your “client id” here, and your secret from registering is your secret here. Access tokens allow apps to make requests to foursquare on the behalf of a user. Each access token is unique to the user and consumer key. Access tokens do not expire, but they may be revoked by the user.

iOS or Android applications may use our native flow to obtain a Foursquare access token. Native (Preferred) Native auth is the easiest way for users to connect with Foursquare. Code (Preferred) Pow! Connect with Viadeo | Viadeo API. Integrate the “Connect with Viadeo” button and users can login with their Viadeo details to access personalised features. By clicking “Allow” members will authorise your site or app to access their profile information and their professional graph. Example (see code below) Click on the button below to see the demo: Code. Sign In With LinkedIn.

The LinkedIn JavaScript API makes it incredibly easy to let you customers authenticate using their LinkedIn account. You can then use that information to register them for your own site, identify them in a blog comment, or otherwise use this to streamline their experience. This provides you with increased registrations with minimal work. The most important piece of data for you to capture and store is the LinkedIn member id. This is an application-specific unique identifier for every member.

With this token, you can easily retrieve profile information about any of your users who have authenticated using Sign In with LinkedIn. Our introduction, Hello World in Five Easy Steps, shows how you can get an API key, add our JavaScript framework to your page, and create a Sign In with LinkedIn button that looks like: Localize the plugin You can localize the Sign In plugin in the same language as the main site. Convert LinkedIn member into identified member of your site. Sign in with Twitter. Updated on Wed, 2012-09-26 12:20 Place a button on your site or application which allows Twitter users to enjoy the benefits of a registered user account in as little as one click.

Works on websites, iOS, mobile and desktop applications. Features Ease of use - A new visitor to your site only has to click two buttons in order to sign in for the first time. Twitter integration - The Sign in with Twitter flow can grant authorization to use Twitter APIs on your users behalf. OAuth based - A wealth of client libraries and example code are compatible with Sign in with Twitter's API. Available for. For Websites.

As mentioned, the code above uses the common defaults for the options available when initializing the SDK. You can customize some of these options, if useful. Changing SDK Language In the basic setup snippet, the en_US version of the SDK is initialized, which means that all the dialogs and UI will be in US English. You can change this language by changing the js.src value in the snippet. Take a look at Localization to see the different locales that can be used. For example, if your site is in Spanish, using the following code to load the SDK will cause all Social Plugins to be rendered in Spanish.

<script> (function(d){ var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;} js = d.createElement('script'); js.id = id; js.async = true; js.src = "//connect.facebook.net/es_LA/all.js"; d.getElementsByTagName('head')[0].appendChild(js); }(document)); </script> Disabling Login Status Check Disabling XFBML Parsing Triggering Code when the SDK loads Debugging. OpenID Foundation website. A Better Way to Sign In.