Using of mobile dialog authentication
is working well for other mobile devices except on this Nokia N70.
1) I call to graph api
2) which make for mobile devices to display the below uri https://m.facebook.com/dialog/permissions.request?_path=permissions.request&app_id=xxx&redirect_uri=xxxx&display=wap&type=user_agent&xxx
But, it can't display the 2) step dialog
and automatically redirected to my redirect_uri which gave me errors of 404. Actually it show display authentication dialog box and should get grant from User.
What exactly might be the issue?