Method: Facebooker::Rails::Helpers#fb_about_url

Defined in:
lib/facebooker/rails/helpers.rb

#fb_about_urlObject

Return the URL for the about page of the application



578
579
580
# File 'lib/facebooker/rails/helpers.rb', line 578

def fb_about_url
  "http://#{Facebooker.www_server_base_url}/apps/application.php?api_key=#{Facebooker.api_key}"
end