Guest User

Untitled

a guest
Jan 23rd, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. FbGraph.debug do
  2. # all API requests by fb_graph gem will be logged within this block
  3. FbGraph::User.new('matake').fetch
  4. end
  5.  
  6. FbGraph::User.me('access_token').fetch # This won't be logged
  7.  
  8. FbGraph.debug! # all API requests by fb_graph gem will be logged after this line
  9.  
  10. FbGraph::Page.new('FbGraph').fetch
Add Comment
Please, Sign In to add comment