Hi guys!!

Does anyone have an example of connecting to Facebook using the class 
ExtendedLoginForm?

I try to do it but I receive this error:

  form.components.append(self.alt_login_form.login_form())

AttributeError: 'FaceBookAccount' object has no attribute 'login_form'


So, for test, I put a function called login login_form inside the 
FaceBookAccount, and now I cat this error:

File "/home/relsi/web2py/applications/teste_fb/views/default/user.html", line 
85, in <module>
AttributeError: 'DIV' object has no attribute 'add_button'


if I not use multiple form it work very well, but with auth not!

Anyone have an example working with multiple form?? Or what I need put in 
login_form()?

I'm using the example that comes *web2py Cookbook eBook*. 

Here my complete model db.py: http://pastebin.com/KxvQVmNk

Thanks for any help!



-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to