I am working on app that contains facebook login .After login with face book I need to go to native application & app should display user name & image that was there in
I had the same issue with my ios app and this is what i have done to resolve my problem. i have found the below url in my app and changed the connection from http to https.
earlier url: http://www.facebook.com/connect/login_success.html
changed url: https://www.facebook.com/connect/login_success.html
now it's working fine.