Method: Facebooker::User#friends_with_this_app
- Defined in:
- lib/facebooker/models/user.rb
#friends_with_this_app ⇒ Object
242 243 244 245 246 |
# File 'lib/facebooker/models/user.rb', line 242 def friends_with_this_app @friends_with_this_app ||= friend_ids_with_this_app.map do |uid| User.new(uid, session) end end |