Re: [web2py] How to access facebook graph of logged in user

2012-05-15 Thread Michele Comitini
That problem is simply due to the fact that in facebook the application has been registered with a domain name and a base url that differ from the one where your web2py application is published. Sometimes even changing the domain name in facebook form does not correct the problem. In that case

Re: [web2py] How to access facebook graph of logged in user

2012-05-14 Thread www.diazluis.com
greetings I have the same problem could you explain me the configuration that mensionas with an example? note: my hosting is WebFaction my domains are registered in Dattatec El lunes, 13 de junio de 2011 17:37:06 UTC-4:30, sebastian escribió: I had similar problems... fixed using dns names

Re: [web2py] How to access facebook graph of logged in user

2011-06-13 Thread lgoncalves
Hi Michele! I get the same error as before: { error: { type: OAuthException, message: Invalid redirect_uri: Given URL is not allowed by the Application configuration. } } from the following URL:

Re: [web2py] How to access facebook graph of logged in user

2011-06-13 Thread Sebastian E. Ovide
I had similar problems... fixed using dns names rather that IP numbers... On Mon, Jun 13, 2011 at 7:08 PM, lgoncal...@gmail.com wrote: Hi Michele! I get the same error as before: { error: { type: OAuthException, message: Invalid redirect_uri: Given URL is not allowed by

Re: [web2py] How to access facebook graph of logged in user

2011-06-12 Thread Michele Comitini
Hi Luis, Copy the code from here: http://code.google.com/r/michelecomitini-facebookaccess/source/browse/#hg%2Fapplications%2FhelloFacebook and let me know if it works mic 2011/6/12 Luis Goncalves lgoncal...@gmail.com: I've been trying to use OAuth2.0 and the facebook module to allow a user to

[web2py] How to access facebook graph of logged in user

2011-06-11 Thread Luis Goncalves
I've been trying to use OAuth2.0 and the facebook module to allow a user to login to my site, and then use the facebook API to obtain info about them via GraphAPI. The web2py manual (8.1.6, subsection OAuth2.0 and facebook) describes two methods, the first to login to your own app, the second