Module: FbGraph::Connections::AppNotifications

Included in:
Application
Defined in:
lib/fb_graph/connections/app_notifications.rb

Instance Method Summary collapse

Instance Method Details

#notify!(user, options = {}) ⇒ Object



4
5
6
7
# File 'lib/fb_graph/connections/app_notifications.rb', line 4

def notify!(user, options = {})
  options[:access_token] ||= access_token
  user.notification! options
end