Skip to content

Commit

Permalink
fix new api... facebook has added a status id to the status of a user.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Akkaoui authored and mmangino committed Nov 26, 2008
1 parent 7d88cca commit 51fcbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facebooker/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class User
include Model
class Status
include Model
attr_accessor :message, :time
attr_accessor :message, :time, :status_id
end
FIELDS = [:status, :political, :pic_small, :name, :quotes, :is_app_user, :tv, :profile_update_time, :meeting_sex, :hs_info, :timezone, :relationship_status, :hometown_location, :about_me, :wall_count, :significant_other_id, :pic_big, :music, :uid, :work_history, :sex, :religion, :notes_count, :activities, :pic_square, :movies, :has_added_app, :education_history, :birthday, :first_name, :meeting_for, :last_name, :interests, :current_location, :pic, :books, :affiliations]
STANDARD_FIELDS = [:uid, :first_name, :last_name, :name, :timezone, :birthday, :sex, :affiliations, :locale, :profile_url]
Expand Down

0 comments on commit 51fcbb0

Please sign in to comment.