lib/fb/user.rb in fb-auth-0.1.2 vs lib/fb/user.rb in fb-auth-0.1.3

- old
+ new

@@ -1,7 +1,4 @@ -require 'fb/request' -require 'fb/page' - module Fb # Provides methods to get a collection of pages that an access token is # allowed to manage and get page insights on those pages. class User # @access_token The access token returned by Facebook's OAuth flow.