Method: Facebooker::Session#server_cache
- Defined in:
- lib/facebooker/session.rb
#server_cache ⇒ Object
Returns a proxy object for handling calls to Facebook cached items such as images and FBML ref handles
273 274 275 |
# File 'lib/facebooker/session.rb', line 273 def server_cache Facebooker::ServerCache.new(self) end |