문제

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?

도움이 되었습니까?

해결책

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..

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top