mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: optionally get extra profile info from facebook
This feature requires the application be approved by facebook, so it is default off
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class AddFieldsToFacebookUserInfo < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :facebook_user_infos, :about_me, :text
|
||||
add_column :facebook_user_infos, :location, :string
|
||||
add_column :facebook_user_infos, :website, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user