Hi Matthew, Look under the applications of this web2py repository clone: https://code.google.com/r/michelecomitini-facebookaccess/
it is a bit old since oauth is stable in web2py and I do not have to test it much anymore, but all examples should work. Besides OAuth1 and OAuth2 you can also integrate OpenID to replicate janrain functionality. You need to register your application on all the different providers and receive application ID and secret then you can let the user choose one of the provider to login and you are done. mic 2011/12/19 Matthew <matthew.g.nor...@gmail.com>: > Tumblr provides a very simple interface to link your Twitter and > Facebook accounts for posting through their service. I'd like to do > something similar in my application - provide a single point for > people to aggregate different accounts like Flickr, Facebook, Twitter, > etc. - and I don't want to spend $1,000 per year for Janrain's Account > Mapping to do so. > > How do I link multiple accounts in aggregate using web2py? > > I have a feeling I should start at > http://web2py.com/book/default/chapter/08?search=oauth#Other-Login-Methods-and-Login-Forms, > but was hoping there were more concrete tutorials or best practices > documented. Does anyone know of any? > > Thanks, > Matthew