web2py-recipes-source icon indicating copy to clipboard operation
web2py-recipes-source copied to clipboard

Source code from the web2py recipes book published by packt

Results 2 web2py-recipes-source issues
Sort by recently updated
recently updated
newest added

Alec Taylor found a problem with book example. See https://groups.google.com/d/topic/web2py/yd4_yExPwXg/discussion Return value from FacebookAccout.get_user() method is missing registration_id key. It must be changed to: return dict(first_name = user['first_name'], last_name =...

I just installed the [facebook-clone example](https://raw.github.com/mdipierro/web2py-recipes-source/master/apps/02_building_your_first_applications/web2py.app.facebook_clone.w2p), and started fiddling around by testing its features. # Issue **Attempts to view profile+wall of people offering friendship redirects you to your wall.** #...