I have a problem because i''ve bought Mike''s screencasts but i cannot have the application working as expected when a user logins. If i give the link of my app http://apps.facebook.com/example/ to someone not logged into facebook the application ask te credentials an then redirects the user to the canvas page http://my_example_domain.com The problem is that i cannot set the url of my app (http://apps.facebook.com/example/ ) as Post Authorize Callback url because it doesn''t validate. So i created a redirect page on my site that redirects the call and setted that page, but it is never called by facebook after the login process. Instead it calls the canvas page http/my_domain.com Any idea to resolve this issue? Thanks, Matteo
On Oct 6, 2009, at 12:29 PM, Matteo Gavagnin wrote:> I have a problem because i''ve bought Mike''s screencasts but i cannot > have the application working as expected when a user logins. > > If i give the link of my app http://apps.facebook.com/example/ to > someone not logged into facebook the application ask te credentials > an then redirects the user to the canvas page http://my_example_domain.com >Are you using the newest version of Facebooker? By default, you should be redirected back to your canvas path. Is a next parameter being sent? If so, what is it? Mike> The problem is that i cannot set the url of my app (http://apps.facebook.com/example/ > ) as Post Authorize Callback url because it doesn''t validate. > So i created a redirect page on my site that redirects the call and > setted that page, but it is never called by facebook after the login > process. Instead it calls the canvas page http/my_domain.com > > Any idea to resolve this issue? > > Thanks, > Matteo > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-- Mike Mangino http://www.elevatedrails.com
Il giorno 06/ott/2009, alle ore 18.43, Mike Mangino ha scritto:> > On Oct 6, 2009, at 12:29 PM, Matteo Gavagnin wrote: > >> I have a problem because i''ve bought Mike''s screencasts but i >> cannot have the application working as expected when a user logins. >> >> If i give the link of my app http://apps.facebook.com/example/ to >> someone not logged into facebook the application ask te credentials >> an then redirects the user to the canvas page http://my_example_domain.com >> > > Are you using the newest version of Facebooker? By default, you > should be redirected back to your canvas path. Is a next parameter > being sent? If so, what is it? > > Mike >I installed the plugin no more than 10 days ago. There''s no next parameter in the url.> >> The problem is that i cannot set the url of my app (http://apps.facebook.com/example/ >> ) as Post Authorize Callback url because it doesn''t validate. >> So i created a redirect page on my site that redirects the call and >> setted that page, but it is never called by facebook after the >> login process. Instead it calls the canvas page http/my_domain.com >> >> Any idea to resolve this issue? >> >> Thanks, >> Matteo >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk > > -- > Mike Mangino > http://www.elevatedrails.com > > >
On Oct 6, 2009, at 12:49 PM, Matteo Gavagnin wrote:> > Il giorno 06/ott/2009, alle ore 18.43, Mike Mangino ha scritto: > >> >> On Oct 6, 2009, at 12:29 PM, Matteo Gavagnin wrote: >> >>> I have a problem because i''ve bought Mike''s screencasts but i >>> cannot have the application working as expected when a user logins. >>> >>> If i give the link of my app http://apps.facebook.com/example/ to >>> someone not logged into facebook the application ask te >>> credentials an then redirects the user to the canvas page http://my_example_domain.com >>> >> >> Are you using the newest version of Facebooker? By default, you >> should be redirected back to your canvas path. Is a next parameter >> being sent? If so, what is it? >> >> Mike >> > > I installed the plugin no more than 10 days ago. > There''s no next parameter in the url.It''s always worth updating. I pushed a bunch of updates on Friday. I don''t think any will affect this, but it''s worth a try. If there is no next parameter, then the app won''t know where to go. That should be there. Are you using the facebooker_authentication plugin? It should set it. Mike> >> >>> The problem is that i cannot set the url of my app (http://apps.facebook.com/example/ >>> ) as Post Authorize Callback url because it doesn''t validate. >>> So i created a redirect page on my site that redirects the call >>> and setted that page, but it is never called by facebook after the >>> login process. Instead it calls the canvas page http/my_domain.com >>> >>> Any idea to resolve this issue? >>> >>> Thanks, >>> Matteo >>> _______________________________________________ >>> Facebooker-talk mailing list >>> Facebooker-talk at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/facebooker-talk >> >> -- >> Mike Mangino >> http://www.elevatedrails.com >> >> >> >-- Mike Mangino http://www.elevatedrails.com
Il giorno 06/ott/2009, alle ore 19.09, Mike Mangino ha scritto:> > On Oct 6, 2009, at 12:49 PM, Matteo Gavagnin wrote: > >> >> Il giorno 06/ott/2009, alle ore 18.43, Mike Mangino ha scritto: >> >>> >>> On Oct 6, 2009, at 12:29 PM, Matteo Gavagnin wrote: >>> >>>> I have a problem because i''ve bought Mike''s screencasts but i >>>> cannot have the application working as expected when a user logins. >>>> >>>> If i give the link of my app http://apps.facebook.com/example/ to >>>> someone not logged into facebook the application ask te >>>> credentials an then redirects the user to the canvas page http://my_example_domain.com >>>> >>> >>> Are you using the newest version of Facebooker? By default, you >>> should be redirected back to your canvas path. Is a next parameter >>> being sent? If so, what is it? >>> >>> Mike >>> >> >> I installed the plugin no more than 10 days ago. >> There''s no next parameter in the url. > > It''s always worth updating. I pushed a bunch of updates on Friday. I > don''t think any will affect this, but it''s worth a try. > > If there is no next parameter, then the app won''t know where to go. > That should be there. Are you using the facebooker_authentication > plugin? It should set it. > > MikeI''m using the facebook_authentication plugin, but for now i''ll try to update everything. Thanks, Matteo>> >>> >>>> The problem is that i cannot set the url of my app (http://apps.facebook.com/example/ >>>> ) as Post Authorize Callback url because it doesn''t validate. >>>> So i created a redirect page on my site that redirects the call >>>> and setted that page, but it is never called by facebook after >>>> the login process. Instead it calls the canvas page http/ >>>> my_domain.com >>>> >>>> Any idea to resolve this issue? >>>> >>>> Thanks, >>>> Matteo >>>> _______________________________________________ >>>> Facebooker-talk mailing list >>>> Facebooker-talk at rubyforge.org >>>> http://rubyforge.org/mailman/listinfo/facebooker-talk >>> >>> -- >>> Mike Mangino >>> http://www.elevatedrails.com >>> >>> >>> >> > > -- > Mike Mangino > http://www.elevatedrails.com > > >