[web2py] Re: Facebook using oAuth2 and Scopes...

2011-11-25 Thread Tito Garrido
Looks like self.args=dict(scope='publish_stream,email,user_hometown') works! :) On Fri, Nov 25, 2011 at 5:54 PM, Tito Garrido wrote: > I've tried to do: > def __init__(self, g): > OAuthAccount.__init__(self, g, > YOUR_CLIENT_ID, >

[web2py] Re: Facebook using oAuth2 and Scopes...

2011-11-25 Thread Tito Garrido
I've tried to do: def __init__(self, g): OAuthAccount.__init__(self, g, YOUR_CLIENT_ID, YOUR_CLIENT_SECRET, self.AUTH_URL, self.TOKEN_URL,