I am using c++ to write a metro app. I don’t’ see anything in the Facebook SDK that I could easily use. What do I do in this case? I do have a functioning HTTP communication class written. Am I going to need to do this manually?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I haven’t found anything on the SDK level, but you can use the class here:
http://msdn.microsoft.com/en-us/library/windows/apps/windows.security.authentication.web.webauthenticationbroker
to oauth with Facebook or G+, etc… There is a good example on MSDN.