After "February 6 changes" my app could not login to Facebook. We enabled "February 2013 Breaking Changes" one week ago. But app still not work.
We use C# and WebAuthenticationBroker for OAUTH connect. I tried to create new FB app but problem is same: "We can`t connect to the service you need right now. Check your network connection or try this again later".
I noticed that if I try execute request in webbrowser I get redirect to https://www.facebook.com/connect/login_success.html without typing any private data.
Page content:
Success
Maybe was some changes in format of uri, because EndUri is correct. But WebAuthenticationBroker can not parse access_token. Maybe previously in URI was used symbols '?' instead of '#' ?
Thanks in advance.