Re: [Catalyst] Facebook canvas application in Catalyst

2009-10-15 Thread J. Shirley
On Thu, Oct 15, 2009 at 1:22 PM, Gunnar Strand wrote: > > I've rechecked the api_key and secret, and they are correct. I guess that > that the source above really should product useful output? > > Minimize what you're doing. Just do: $c->log->_dump( $client->users->is_app_user ); Work from ther

Re: [Catalyst] Facebook canvas application in Catalyst

2009-10-15 Thread Gunnar Strand
From: J. Shirley To: The elegant MVC web framework Sent: Thu, October 15, 2009 9:44:13 PM Subject: Re: [Catalyst] Facebook canvas application in Catalyst On Thu, Oct 15, 2009 at 12:25 PM, Gunnar Strand wrote: >Hi, > >>I am trying to write a Facebook canva

Re: [Catalyst] Facebook canvas application in Catalyst

2009-10-15 Thread J. Shirley
On Thu, Oct 15, 2009 at 12:25 PM, Gunnar Strand wrote: > Hi, > > I am trying to write a Facebook canvas application in Catalyst using the > WWW::Facebook::API plugin and I am tearing my hair trying to get it to work. > > I have no problems with access to my canvas application from Facebook, but >

[Catalyst] Facebook canvas application in Catalyst

2009-10-15 Thread Gunnar Strand
Hi, I am trying to write a Facebook canvas application in Catalyst using the WWW::Facebook::API plugin and I am tearing my hair trying to get it to work. I have no problems with access to my canvas application from Facebook, but I am unable to use any of the $c->facebook interface methods to ac

Re: [Catalyst] IE6 shows page cannot be displayed

2009-10-15 Thread Oleg Kostyuk
2009/10/14 Ascii King : > # Redirect to the list_prior page > $c->response->redirect($c->uri_for('list_prior')); Long time ago I have problems with calling uri_for, using string as first argument. For me solution was to use action argument, and now I use only this way. May be, this help you to: