I am using a Url like this:
https://www.facebook.com/dialog/oauth?redirect_uri=https:%2F%2Fwww.facebook.com%2Fconnect%2Flogin_success.html
&scope=user_about_me%2Cuser_photos%2Cfriends_photos%2Cread_stream%2Cpublish_stream
&display=popup
&response_type=token
&client_id=enter code here
This URL was generated using the Facebook c# SDK.