Skip to content

Instantly share code, notes, and snippets.

@craigmcnamara
Created June 28, 2011 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craigmcnamara/1051579 to your computer and use it in GitHub Desktop.
Save craigmcnamara/1051579 to your computer and use it in GitHub Desktop.
FB request params
def do_fbjs_create
post :create, :contact => @fb_contact, :fb_sig_is_ajax => 1, :page_slug => @landing_page.slug
end
def do_fbml_create
post :create, :contact => @fb_contact, :fb_sig => 43243243214321, :page_slug => @landing_page.slug
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment