We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
me = FbGraph::User.me(ACCESS_TOKEN) me.notifications
notification = FbGraph::Notification.new(NOTIFICATION_ID) notification.read!(:access_token => ACCESS_TOKEN)