search for: profile_upd

Displaying 3 results from an estimated 3 matches for "profile_upd".

Did you mean: profile_pc
2008 Jul 28
2
Profile updates using profile_main
...;t seem to get our apps profile box to appear (either on the main profile page or the boxes tab). I''m currently using the Facebooker Publisher to send our updates. What I had been using prior to updating to the newest Facebooker and works fine with the old FB site is this: def profile_update(facebook_user, user, install_url) send_as :profile from facebook_user recipients facebook_user fbml = render(:partial=>"/facebook/profile_fbml",:locals => { :user => user, :fb_user => facebook_user, :install_url => install_url }) profile(fbml...
2008 Apr 08
3
Session Expired for Profile Publishing
...ebooker/lib/facebooker/service.rb:13:in `post'' /vendor/plugins/facebooker/lib/facebooker/session.rb:399:in `post'' /vendor/plugins/facebooker/lib/facebooker/models/user.rb:158:in `set_profile_fbml'' Using a publisher isn''t helping. Publisher code: def profile_update(user, session_user = user) send_as :profile from session_user recipients user profile render( :partial => ''profile'',:assigns => { :profile_user => user }) end ... MyPublisher.deliver_profile_update( @user ) Results in: Facebooker::Session::Ses...
2008 Mar 31
10
Problems with *_path() and *_url() helpers when using Publisher
Hello, I am running into issues using *_path() and *_url() helpers the Facebooker Publisher framework. I encounter the following error when using these helpers while *inside of a partial*: undefined method `default_url_options'' for ActionView::Base:Class I''ve seen a few other people speak about this issue, yet I haven''t seen any resolution on the mailing list yet.