dara
2008-Aug-29 14:06 UTC
[Facebooker-talk] session error publishing to profile after application add
I''m getting this error when a user adds my application for the first time. The post-add url is the application welcome page in the canvas. I want to stuff some markup into the profile box just then, but its failing as per below, with an. If they refresh that page, or are re-adding the application, everything is fine. ... Rendered profile_publisher/_profile (0.00112) Facebooker::Session::UnknownError (): /vendor/plugins/facebooker/lib/facebooker/parser.rb:425:in `process'' /vendor/plugins/facebooker/lib/facebooker/parser.rb:15:in `parse'' /vendor/plugins/facebooker/lib/facebooker/service.rb:13:in `post'' /vendor/plugins/facebooker/lib/facebooker/session.rb:454:in `post'' /vendor/plugins/facebooker/lib/facebooker/adapters/bebo_adapter.rb:41:in `set_profile_fbml'' /vendor/plugins/facebooker/lib/facebooker/rails/publisher.rb:277:in `send_message'' /vendor/plugins/facebooker/lib/facebooker/rails/publisher.rb:374:in `method_missing'' /app/controllers/welcome_controller.rb:7:in `index'' ... Has anybody else seen this and found the issue ? I''m going to try updating the plugin, but if there are any other suggestions it would be appreciated -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20080829/f92398e1/attachment-0001.html>
dara
2008-Aug-29 14:23 UTC
[Facebooker-talk] session error publishing to profile after application add
I''m getting session expired with the latest git code: Facebooker::Session::SessionExpired (Session key invalid or no longer valid): /vendor/plugins/facebooker/lib/facebooker/parser.rb:462:in `process'' /vendor/plugins/facebooker/lib/facebooker/parser.rb:15:in `parse'' /vendor/plugins/facebooker/lib/facebooker/service.rb:14:in `post'' /vendor/plugins/facebooker/lib/facebooker/session.rb:466:in `post'' /vendor/plugins/facebooker/lib/facebooker/adapters/bebo_adapter.rb:41:in `set_profile_fbml'' /vendor/plugins/facebooker/lib/facebooker/rails/publisher.rb:287:in `send_message'' /vendor/plugins/facebooker/lib/facebooker/rails/publisher.rb:384:in `method_missing'' /app/controllers/welcome_controller.rb:7:in `index'' dara wrote:> I''m getting this error when a user adds my application for the first time. > > The post-add url is the application welcome page in the canvas. > > I want to stuff some markup into the profile box just then, but its > failing as per below, with an. > > If they refresh that page, or are re-adding the application, > everything is fine. > > ... > Rendered profile_publisher/_profile (0.00112) > > > Facebooker::Session::UnknownError (): > /vendor/plugins/facebooker/lib/facebooker/parser.rb:425:in > `process'' > /vendor/plugins/facebooker/lib/facebooker/parser.rb:15:in `parse'' > /vendor/plugins/facebooker/lib/facebooker/service.rb:13:in `post'' > /vendor/plugins/facebooker/lib/facebooker/session.rb:454:in `post'' > > /vendor/plugins/facebooker/lib/facebooker/adapters/bebo_adapter.rb:41:in > `set_profile_fbml'' > > /vendor/plugins/facebooker/lib/facebooker/rails/publisher.rb:277:in > `send_message'' > > /vendor/plugins/facebooker/lib/facebooker/rails/publisher.rb:374:in > `method_missing'' > /app/controllers/welcome_controller.rb:7:in `index'' > ... > > Has anybody else seen this and found the issue ? > > I''m going to try updating the plugin, but if there are any other > suggestions it would be appreciated > > ------------------------------------------------------------------------ > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk >
dara
2008-Aug-29 15:29 UTC
[Facebooker-talk] session error publishing to profile after application add
Everything seems broken with bebo on the latest code ... ? I am getting SessionExpired for all calls. I have reverted my code and worked around the issue for now by hitting a post-add url that just redirects, as everything after the initial post-add call seems to work fine. dara wrote:> I''m getting session expired with the latest git code: > > Facebooker::Session::SessionExpired (Session key invalid or no longer > valid): > /vendor/plugins/facebooker/lib/facebooker/parser.rb:462:in `process'' > /vendor/plugins/facebooker/lib/facebooker/parser.rb:15:in `parse'' > /vendor/plugins/facebooker/lib/facebooker/service.rb:14:in `post'' > /vendor/plugins/facebooker/lib/facebooker/session.rb:466:in `post'' > > /vendor/plugins/facebooker/lib/facebooker/adapters/bebo_adapter.rb:41:in > `set_profile_fbml'' > /vendor/plugins/facebooker/lib/facebooker/rails/publisher.rb:287:in > `send_message'' > /vendor/plugins/facebooker/lib/facebooker/rails/publisher.rb:384:in > `method_missing'' > /app/controllers/welcome_controller.rb:7:in `index'' > > dara wrote: >> I''m getting this error when a user adds my application for the first >> time. >> >> The post-add url is the application welcome page in the canvas. >> >> I want to stuff some markup into the profile box just then, but its >> failing as per below, with an. >> >> If they refresh that page, or are re-adding the application, >> everything is fine. >> >> ... >> Rendered profile_publisher/_profile (0.00112) >> >> >> Facebooker::Session::UnknownError (): >> /vendor/plugins/facebooker/lib/facebooker/parser.rb:425:in >> `process'' >> /vendor/plugins/facebooker/lib/facebooker/parser.rb:15:in >> `parse'' >> /vendor/plugins/facebooker/lib/facebooker/service.rb:13:in >> `post'' >> /vendor/plugins/facebooker/lib/facebooker/session.rb:454:in >> `post'' >> >> /vendor/plugins/facebooker/lib/facebooker/adapters/bebo_adapter.rb:41:in >> `set_profile_fbml'' >> >> /vendor/plugins/facebooker/lib/facebooker/rails/publisher.rb:277:in >> `send_message'' >> >> /vendor/plugins/facebooker/lib/facebooker/rails/publisher.rb:374:in >> `method_missing'' >> /app/controllers/welcome_controller.rb:7:in `index'' >> ... >> >> Has anybody else seen this and found the issue ? >> >> I''m going to try updating the plugin, but if there are any other >> suggestions it would be appreciated >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk >> > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk
Zhao Lu
2008-Aug-29 16:25 UTC
[Facebooker-talk] session error publishing to profile after application add
I have a similar problem as yours on facebook. When the user click on "allow access" button for the first time they get an error. Refresh the page or try again is fine. On Fri, Aug 29, 2008 at 7:06 AM, dara <dara at catch.fm> wrote:> I''m getting this error when a user adds my application for the first time. > > The post-add url is the application welcome page in the canvas. > > I want to stuff some markup into the profile box just then, but its failing > as per below, with an. > > If they refresh that page, or are re-adding the application, everything is > fine. > > ... > Rendered profile_publisher/_profile (0.00112) > > > Facebooker::Session::UnknownError (): > /vendor/plugins/facebooker/lib/facebooker/parser.rb:425:in `process'' > /vendor/plugins/facebooker/lib/facebooker/parser.rb:15:in `parse'' > /vendor/plugins/facebooker/lib/facebooker/service.rb:13:in `post'' > /vendor/plugins/facebooker/lib/facebooker/session.rb:454:in `post'' > /vendor/plugins/facebooker/lib/facebooker/adapters/bebo_adapter.rb:41:in > `set_profile_fbml'' > /vendor/plugins/facebooker/lib/facebooker/rails/publisher.rb:277:in > `send_message'' > /vendor/plugins/facebooker/lib/facebooker/rails/publisher.rb:374:in > `method_missing'' > /app/controllers/welcome_controller.rb:7:in `index'' > ... > > Has anybody else seen this and found the issue ? > > I''m going to try updating the plugin, but if there are any other suggestions > it would be appreciated > > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk > >-- Zhao
Mike Mangino
2008-Aug-29 16:33 UTC
[Facebooker-talk] session error publishing to profile after application add
Bebo is a lightly covered part of the code. I''ve concentrated entirely on Facebook. If there are problems like this, I''d love to get some tests that show us what we are doing wrong. I don''t have any Bebo applications, so as long as the tests pass I assume it will work. Mike On Aug 29, 2008, at 11:29 AM, dara wrote:> Everything seems broken with bebo on the latest code ... ? > I am getting SessionExpired for all calls. > > I have reverted my code and worked around the issue for now by > hitting a post-add url that just redirects, as everything after the > initial post-add call seems to work fine. > > > dara wrote: >> I''m getting session expired with the latest git code: >> >> Facebooker::Session::SessionExpired (Session key invalid or no >> longer valid): >> /vendor/plugins/facebooker/lib/facebooker/parser.rb:462:in >> `process'' >> /vendor/plugins/facebooker/lib/facebooker/parser.rb:15:in `parse'' >> /vendor/plugins/facebooker/lib/facebooker/service.rb:14:in `post'' >> /vendor/plugins/facebooker/lib/facebooker/session.rb:466:in `post'' >> /vendor/plugins/facebooker/lib/facebooker/adapters/ >> bebo_adapter.rb:41:in `set_profile_fbml'' >> /vendor/plugins/facebooker/lib/facebooker/rails/publisher.rb: >> 287:in `send_message'' >> /vendor/plugins/facebooker/lib/facebooker/rails/publisher.rb: >> 384:in `method_missing'' >> /app/controllers/welcome_controller.rb:7:in `index'' >> >> dara wrote: >>> I''m getting this error when a user adds my application for the >>> first time. >>> >>> The post-add url is the application welcome page in the canvas. >>> >>> I want to stuff some markup into the profile box just then, but >>> its failing as per below, with an. >>> >>> If they refresh that page, or are re-adding the application, >>> everything is fine. >>> >>> ... >>> Rendered profile_publisher/_profile (0.00112) >>> >>> >>> Facebooker::Session::UnknownError (): >>> /vendor/plugins/facebooker/lib/facebooker/parser.rb:425:in >>> `process'' >>> /vendor/plugins/facebooker/lib/facebooker/parser.rb:15:in >>> `parse'' >>> /vendor/plugins/facebooker/lib/facebooker/service.rb:13:in >>> `post'' >>> /vendor/plugins/facebooker/lib/facebooker/session.rb:454:in >>> `post'' >>> /vendor/plugins/facebooker/lib/facebooker/adapters/ >>> bebo_adapter.rb:41:in >>> `set_profile_fbml'' >>> /vendor/plugins/facebooker/lib/facebooker/rails/ >>> publisher.rb:277:in >>> `send_message'' >>> /vendor/plugins/facebooker/lib/facebooker/rails/ >>> publisher.rb:374:in >>> `method_missing'' >>> /app/controllers/welcome_controller.rb:7:in `index'' >>> ... >>> >>> Has anybody else seen this and found the issue ? >>> >>> I''m going to try updating the plugin, but if there are any other >>> suggestions it would be appreciated >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Facebooker-talk mailing list >>> Facebooker-talk at rubyforge.org >>> http://rubyforge.org/mailman/listinfo/facebooker-talk >>> >> >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-- Mike Mangino http://www.elevatedrails.com
Mike Mangino
2008-Aug-29 16:58 UTC
[Facebooker-talk] session error publishing to profile after application add
What is your post add url? what about the post authorize URL? They should both be set to a canvas page. Mike On Aug 29, 2008, at 12:25 PM, Zhao Lu wrote:> I have a similar problem as yours on facebook. When the user click on > "allow access" button for the first time > they get an error. Refresh the page or try again is fine. > > On Fri, Aug 29, 2008 at 7:06 AM, dara <dara at catch.fm> wrote: >> I''m getting this error when a user adds my application for the >> first time. >> >> The post-add url is the application welcome page in the canvas. >> >> I want to stuff some markup into the profile box just then, but its >> failing >> as per below, with an. >> >> If they refresh that page, or are re-adding the application, >> everything is >> fine. >> >> ... >> Rendered profile_publisher/_profile (0.00112) >> >> >> Facebooker::Session::UnknownError (): >> /vendor/plugins/facebooker/lib/facebooker/parser.rb:425:in >> `process'' >> /vendor/plugins/facebooker/lib/facebooker/parser.rb:15:in `parse'' >> /vendor/plugins/facebooker/lib/facebooker/service.rb:13:in `post'' >> /vendor/plugins/facebooker/lib/facebooker/session.rb:454:in `post'' >> /vendor/plugins/facebooker/lib/facebooker/adapters/ >> bebo_adapter.rb:41:in >> `set_profile_fbml'' >> /vendor/plugins/facebooker/lib/facebooker/rails/publisher.rb: >> 277:in >> `send_message'' >> /vendor/plugins/facebooker/lib/facebooker/rails/publisher.rb: >> 374:in >> `method_missing'' >> /app/controllers/welcome_controller.rb:7:in `index'' >> ... >> >> Has anybody else seen this and found the issue ? >> >> I''m going to try updating the plugin, but if there are any other >> suggestions >> it would be appreciated >> >> >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk >> >> > > > > -- > Zhao > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-- Mike Mangino http://www.elevatedrails.com