Class: G5FacebookApiClient::Page
- Defined in:
- lib/g5_facebook_api_client/page.rb
Constant Summary collapse
- LIMIT =
20
Instance Method Summary collapse
Methods inherited from Base
#access_token, #encode, #get, #initialize, #parse, #post
Constructor Details
This class inherits a constructor from G5FacebookApiClient::Base
Instance Method Details
#posts ⇒ Object
4 5 6 |
# File 'lib/g5_facebook_api_client/page.rb', line 4 def posts parse(get(posts_uri)) end |