background preloader

OAuth API

Facebook Twitter

OAuth WRAP. As David Recordon mentioned on the Facebook Developer Blog, the Facebook Platform team is working to move Facebook Connect over to OAuth over the next year. As a part of that effort, we have been working with Google, Microsoft, Yahoo! , and a number of other engineers on the OAuth WRAP standard, which aims to be much simpler to implement than the existing OAuth standard. As a part of this effort, I implemented OAuth WRAP support in FriendFeed so we could have a live implementation of the standard to play with.

I am really interested in getting feedback about the standard from developers who are currently using OAuth or Facebook Connect or both. To get started: Register your application on FriendFeed to get an OAuth consumer key and consumer secretRead the OAuth WRAP specification and check out the Google AppEngine example application that implements WRAPTry implementing WRAP! The FriendFeed WRAP implementation does not support refreshing tokens; the tokens never expire. OAuth Guide. Téléphoner en Wifi depuis son BlackBerry. 01net. le 27/04/10 à 17h35 Le constructeur RIM a profité de sa conférence WES 2010 à Orlando (Floride) pour présenter la version 5 de Mobile Voice System (MVS), une solution logicielle qui, au sein d'une entreprise, permet de relier l'infrastructure Blackberry (terminaux et serveur) avec l'IPBX, pour apporter des fonctions d'appels évoluées (numéro professionnel unique, transfert, accès à l'annuaire interne...).

La nouvelle mouture intègre une nouvelle fonctionnalité plutôt intéressante : la possibilité de passer ou de recevoir des coups de fils à partir d'un réseau Wi-Fi. Que l'utilisateur soit connecté sur le réseau sans fil de l'entreprise, de son domicile ou d'un hot spot public, le logiciel MVS se charge de router les appels entrants ou sortants au travers de l'IPBX (voir schéma). Cette solution est particulièrement intéressante pour les professionnels en déplacement, qui sont souvent confrontés à d'importantes charges de roaming à l'international.

Opinions Libres. Les bases de données de startups sont des outils clés pour toute société de l’écosystème de l’innovation. On peut en avoir besoin pour des raisons très variées : Dans les startups, pour identifier leurs concurrents et si possible à l’échelle mondiale, les levées de fonds réalisées, les business angels les plus actifs mais aussi les VCs à prospecter dans une levée de fonds qui investissent dans votre secteur d’activité et pour des tours de financement équivalent.

Dans les grandes entreprises, pour détecter des sociétés à acquérir, des tendances de marché ou des concurrences émergentes. Chez les VC pour inventorier les sociétés d’un secteur et notamment les ratios financiers du moment (investissements, valorisation, exits, etc) mais aussi les grandes entreprises qui font des acquisitions dans ce même secteur pour préparer la sortie des startups de ses portefeuilles d’investissement.

La grande question étant : où trouver de telles informations structurées et à quel coût ? CrunchBase. Over the past week there’s been a variety of incorrect information shared about what’s going on with the OAuth protocol. Chris Messina (Google), Dick Hardt (Microsoft), Eran Hammer-Lahav (Yahoo!) , and I (Facebook) wrote this post to help provide a bit more clarity. The OAuth protocol enables users to provide third-party access to their web resources without sharing their passwords; kind of like a valet key for the web. To date, OAuth 1.0a is the most successful such protocol deployed on the web. The protocol was derived from several existing API authorization protocols, including AOL, Flickr, Google, Microsoft, and Yahoo!.

In the past two years, the number of services that require users to divulge their passwords to enable third-party access — the so-called password anti-pattern — has decreased dramatically. Last year OAuth transitioned to the IETF as a new Working Group to produce version 1.1 which would be suitable for publication as an Internet Standard. Introducing WRAP.