Advertisement
Guest User

Untitled

a guest
Feb 8th, 2013
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. redirect_to "https://www.facebook.com/logout.php?next=#{YOUR_REDIRECT_URL}&access_token=#{USER_ACCESS_TOKEN}"
  2.  
  3. def after_sign_out_path_for(resource_or_scope)
  4. "https://www.facebook.com/logout.php?next=#{YOUR_REDIRECT_URL}&access_token=#{USER_ACCESS_TOKEN}"
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement