Hey everyone. I''m seeing a bug with tabbed profiles in the new profile. Can anyone with a bug tracker account vote for this bug: http://bugs.developers.facebook.com/show_bug.cgi?id=2646 Currently it is broken for all rails applications. I''m going to add a few helpers for tabs. I would like to add a filter to disallow viewing a page in a tab. Does anyone have a suggestion for name? I could ask Chad, but he would suggest ensure_request_is_not_for_a_facebook_profile_tab :) I am leaning towards :disallow_requests_from_tabs which would then redirect to the console page. Does that sounds reasonable? Mike -- Mike Mangino http://www.elevatedrails.com
Hey Mike, This is currently working for me on my testing server. Are you sure you don''t have an extra slash somewhere in your configuration? Just to make sure we are talking about the same thing: Configured my app to support tabs in the profile . I added a tab for Meeting Wave to my profile. And I click on a link from the content in the tab? Dave On Fri, Jul 18, 2008 at 9:25 AM, Mike Mangino <mmangino at elevatedrails.com> wrote:> Hey everyone. I''m seeing a bug with tabbed profiles in the new profile. Can > anyone with a bug tracker account vote for this bug: > http://bugs.developers.facebook.com/show_bug.cgi?id=2646 > > Currently it is broken for all rails applications. > > I''m going to add a few helpers for tabs. I would like to add a filter to > disallow viewing a page in a tab. Does anyone have a suggestion for name? I > could ask Chad, but he would suggest > ensure_request_is_not_for_a_facebook_profile_tab :) > > I am leaning towards :disallow_requests_from_tabs which would then redirect > to the console page. Does that sounds reasonable? > > Mike > > -- > Mike Mangino > http://www.elevatedrails.com > > > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20080718/5603176b/attachment.html>
Me have a bug? never :) The link generated by Facebook is http://www.new.facebook.com/mangino/?user_id=7 When they do the fetch, I get //mangino?user_id=7 Mike On Jul 18, 2008, at 11:34 AM, David Clements wrote:> Hey Mike, > > This is currently working for me on my testing server. Are you > sure you don''t have an extra slash somewhere in your configuration? > > Just to make sure we are talking about the same thing: Configured > my app to support tabs in the profile . I added a tab for Meeting > Wave to my profile. And I click on a link from the content in the > tab? > > Dave > > > > On Fri, Jul 18, 2008 at 9:25 AM, Mike Mangino <mmangino at elevatedrails.com > > wrote: > Hey everyone. I''m seeing a bug with tabbed profiles in the new > profile. Can anyone with a bug tracker account vote for this bug: http://bugs.developers.facebook.com/show_bug.cgi?id=2646 > > Currently it is broken for all rails applications. > > I''m going to add a few helpers for tabs. I would like to add a > filter to disallow viewing a page in a tab. Does anyone have a > suggestion for name? I could ask Chad, but he would suggest > ensure_request_is_not_for_a_facebook_profile_tab :) > > I am leaning towards :disallow_requests_from_tabs which would then > redirect to the console page. Does that sounds reasonable? > > Mike > > -- > Mike Mangino > http://www.elevatedrails.com > > > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk >-- Mike Mangino http://www.elevatedrails.com
I think the problem might be with the URL helpers. If in my view I put link_to ''facebook/cool_controller'' it does The Right Thing. However, if I do link_to facebook_cool_controller_path it''s wrong. On Fri, Jul 18, 2008 at 11:40 AM, Mike Mangino <mmangino at elevatedrails.com> wrote:> Me have a bug? never :) > > The link generated by Facebook is > http://www.new.facebook.com/mangino/?user_id=7 > > When they do the fetch, I get //mangino?user_id=7 > > Mike > > > On Jul 18, 2008, at 11:34 AM, David Clements wrote: > >> Hey Mike, >> >> This is currently working for me on my testing server. Are you sure you >> don''t have an extra slash somewhere in your configuration? >> >> Just to make sure we are talking about the same thing: Configured my app >> to support tabs in the profile . I added a tab for Meeting Wave to my >> profile. And I click on a link from the content in the tab? >> >> Dave >> >> >> >> On Fri, Jul 18, 2008 at 9:25 AM, Mike Mangino <mmangino at elevatedrails.com> >> wrote: >> Hey everyone. I''m seeing a bug with tabbed profiles in the new profile. >> Can anyone with a bug tracker account vote for this bug: >> http://bugs.developers.facebook.com/show_bug.cgi?id=2646 >> >> Currently it is broken for all rails applications. >> >> I''m going to add a few helpers for tabs. I would like to add a filter to >> disallow viewing a page in a tab. Does anyone have a suggestion for name? I >> could ask Chad, but he would suggest >> ensure_request_is_not_for_a_facebook_profile_tab :) >> >> I am leaning towards :disallow_requests_from_tabs which would then >> redirect to the console page. Does that sounds reasonable? >> >> Mike >> >> -- >> Mike Mangino >> http://www.elevatedrails.com >> >> >> >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk >> > > -- > Mike Mangino > http://www.elevatedrails.com > > > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk >-- Christopher Redinger http://www.agiledisciple.com
Facebook says that it will be fixed in the next release. Yay! Mike On Jul 18, 2008, at 1:53 PM, Christopher Redinger wrote:> I think the problem might be with the URL helpers. > > If in my view I put > link_to ''facebook/cool_controller'' > it does The Right Thing. > > However, if I do > link_to facebook_cool_controller_path > it''s wrong. > > On Fri, Jul 18, 2008 at 11:40 AM, Mike Mangino > <mmangino at elevatedrails.com> wrote: >> Me have a bug? never :) >> >> The link generated by Facebook is >> http://www.new.facebook.com/mangino/?user_id=7 >> >> When they do the fetch, I get //mangino?user_id=7 >> >> Mike >> >> >> On Jul 18, 2008, at 11:34 AM, David Clements wrote: >> >>> Hey Mike, >>> >>> This is currently working for me on my testing server. Are you >>> sure you >>> don''t have an extra slash somewhere in your configuration? >>> >>> Just to make sure we are talking about the same thing: Configured >>> my app >>> to support tabs in the profile . I added a tab for Meeting Wave >>> to my >>> profile. And I click on a link from the content in the tab? >>> >>> Dave >>> >>> >>> >>> On Fri, Jul 18, 2008 at 9:25 AM, Mike Mangino <mmangino at elevatedrails.com >>> > >>> wrote: >>> Hey everyone. I''m seeing a bug with tabbed profiles in the new >>> profile. >>> Can anyone with a bug tracker account vote for this bug: >>> http://bugs.developers.facebook.com/show_bug.cgi?id=2646 >>> >>> Currently it is broken for all rails applications. >>> >>> I''m going to add a few helpers for tabs. I would like to add a >>> filter to >>> disallow viewing a page in a tab. Does anyone have a suggestion >>> for name? I >>> could ask Chad, but he would suggest >>> ensure_request_is_not_for_a_facebook_profile_tab :) >>> >>> I am leaning towards :disallow_requests_from_tabs which would then >>> redirect to the console page. Does that sounds reasonable? >>> >>> Mike >>> >>> -- >>> Mike Mangino >>> http://www.elevatedrails.com >>> >>> >>> >>> _______________________________________________ >>> Facebooker-talk mailing list >>> Facebooker-talk at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/facebooker-talk >>> >> >> -- >> Mike Mangino >> http://www.elevatedrails.com >> >> >> >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk >> > > > > -- > Christopher Redinger > http://www.agiledisciple.com > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-- Mike Mangino http://www.elevatedrails.com