class FB::Feed
Constants
- VERSION
Attributes
access_token[RW]
app[RW]
app_id[RW]
app_secret[RW]
facebook_oauth[RW]
Public Instance Methods
get_feed(name, options={})
click to toggle source
# File lib/fb/feed.rb, line 17 def get_feed(name, options={}) facebook_api = ::Koala::Facebook::API.new(access_token) facebook_api.get_connections(name, "feed", options) end