Closed milap-virtueinfo closed 6 years ago
@milap-virtueinfo thanks for posting your issue here! Unfortunatly, it looks like a usage issue more than an SDK issue. You should check the changelog of the Graph API from 2.2 to 2.10, or ask for help on StackOverflow
Hello
I have integrated facebook social login button for my one project. Earlier it was using graph version v2.2 and everything works fine, But facebook no longer supported to version v2.2. So I have upgraded it to v2.10.
But it seems when I logged in using facebook the callback popup automatic gets close. And my login flow gets disturbed.
I have used https://github.com/facebook/php-graph-sdk code, when I executed code of exception It shows me following error(unreadable).
Graph returned an error: URL લોડ કરી શકતાં નથી: આ URL ની ડોમેન àªàªªà«àª²àª¿àª•à«‡àª¶àª¨ ડોમેનà«àª¸àª®àª¾àª‚ સમાવેલ નથી. આ URL લોડ કરવા, તમારી àªàªªà«àª²àª¿àª•à«‡àª¶àª¨ સેટિંગà«àª¸àª®àª¾àª‚ બધા ડોમેનà«àª¸ અને àªàªªà«àª²àª¿àª•à«‡àª¶àª¨ ડોમેનà«àª¸ કà«àª·à«‡àª¤à«àª° માટે તમારી àªàªªà«àª²àª¿àª•à«‡àª¶àª¨ સબડોમેનà«àª¸ ઉમેરવા માટે સમરà«àª¥ હોય છે.
Can any one let me know how can I debug error in readable format? Or is there anything missing in https://github.com/facebook/php-graph-sdk code?