Hello, I'm using the latest Facebook oauth module specified in this thread: http://groups.google.com/group/web2py/browse_thread/thread/a5d981ad6f2174e9/f0e9505ced78c653?lnk=gst&q=narendran#f0e9505ced78c653
I'd like to request access to extended user profile (email address and other info) during authentication, and looks like in order to do that, scope parameter has to be encoded in the auth url. Has anyone done this? What is the clean way of doing that? I'm right now modifying oauth_account.py to pass scope as a parameter to init function. But I'm worried that it may not work for other oauth implementations. -- Thanks Narendran

