[appengine-java] Re: Facebook API: Invalid uri contanining localhost

2010-08-18 Thread cghersi
Guys, I solved it myself. The problem was in the "code" parameter, that must be encoded before fetching the URI. so the right code is: String redirUrl = "https://graph.facebook.com/oauth/access_token? client_id=" + fbAPIKey + "&redirect_uri=" + AppParams.getParam("

[appengine-java] Re: Facebook API: Invalid uri contanining localhost

2011-02-17 Thread nacho
You saved my life :) Thanks a lot. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+u