Skip to content

Instantly share code, notes, and snippets.

@champierre
Created March 17, 2009 00:29
Show Gist options
  • Save champierre/80196 to your computer and use it in GitHub Desktop.
Save champierre/80196 to your computer and use it in GitHub Desktop.
class TestPublisher < Facebooker::Rails::Publisher
def profile_update(user, profile_fbml)
send_as :profile
recipients user
from user
profile profile_fbml
profile_main profile_fbml
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment