From 9915b37c98c5f916f4111ada1a5f934ff59aa9cb Mon Sep 17 00:00:00 2001 From: williamle8300 Date: Fri, 7 Feb 2014 10:08:25 -0800 Subject: [PATCH] Adding a note on how to remove Facebook's "#_=_" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab090980a1..4f1c565891 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Obtaining API Keys - Click on *Settings* on the sidebar, then click **+ Add Platform** - Select **Website** - Enter `http://localhost:3000` for *Site URL* +- Note: Once user logs in and Facebook redirects back to website, they will append "#_=_" to your URL. See [Stack Overflow](https://stackoverflow.com/questions/7131909/facebook-callback-appends-to-return-url) for ways to handle it.