Method: Facebooker::GetPhotos.process
- Defined in:
- lib/facebooker/parser.rb
.process(data) ⇒ Object
457 458 459 |
# File 'lib/facebooker/parser.rb', line 457 def self.process(data) array_of_hashes(element('photos_get_response', data), 'photo') end |