i am new to android development,and currently working on a new app. On a registeration page,i need to make sure that the user's facebook account actually exists.I thought of doing that by checking whether or not the user's facebook full url returns "Page not found " or not,and base the authenticity of his account on that.
i will be glad to know how that can be done(without opening a visible web page;simply getting the title of a url(for example:the following url's title is "Page not found" which indicates that the user does not exist: https://www.facebook.com/examplenotexist)
IF This solution is possible,i will be more than glad to receive an explanation of how to get this information .
Regards,