Module: RFacebook::Rails::ModelExtensions::ActsAsFacebookUser

Defined in:
lib/rfacebook_on_rails/model_extensions.rb

Overview

:section: Acts As Facebook User

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Constant Summary collapse

ACTORS =

holds a reference to all classes that have ActsAsFacebookUser injected

[]
FIELDS =
[
  "about_me",
  "activities",
  "affiliations",
  "birthday",
  "books",
  "current_location",
  "education_history",
  "name",
  "first_name",
  "last_name",
  "hometown_location",
  "hs_info",
  "interests",
  "relationship_status",
  "meeting_for",
  "meeting_sex",
  "movies",
  "music",
  "notes_count",
  "political",
  "profile_update_time",
  "quotes",
  "religion",
  "sex",
  "significant_other_id",
  "status",
  "timezone",
  "tv",
  "wall_count",
  "work_history",
  "pic",
  "pic_big",
  "pic_small",
  "pic_square"
]