Question

I have a C++ desktop application in Facebook. Can anyone suggest how to use OAuth 2.0 with the application? How do I specify the OAuth header?

Was it helpful?

Solution

I got it solved. Specify the oauth header in the same way as specified in the facebook developers page. No need of oauth signature, timestamp etc..

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top