search for: from_fbj

Displaying 1 result from an estimated 1 matches for "from_fbj".

Did you mean: from_fbjs
2008 Mar 18
4
respond_to formats, fbml and fbjs
...f I specify fbjs in a parameter name format during AJAX post requests, it is being overwritten by Rails or Facebooker as FBML. I confirmed this by placing logger.debug params[:format] immediately before the respond_to block. The only way around it is to force it by creating a boolean parameter like from_fbjs. if params[:from_fbjs] request.format = :fbjs end Anyone else dealing with this?