I have the following requirement now and I would like to know whether this is possible or not.
a) I have a VC++ application and I would like to upload some photos to a facebook account through this application.
b) The main issue here is that, I have the user id, password, app Id, secret key etc. with my application and I would like to login to the facebook account programatically (basically it should not ask for the login information again by displaying the facebook login window)
c) Is it possible to do the above requirement? That is, I need to pass the stored login credentials to the facebook server and get the access to my account.
Any help in this regard will be really appreciated.