Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

For google i found google oauth playground for creating the oauth signature.

Can anyone of you suggest any nice tutorials or suggest how to create one for facebook

Thanks in advance

share|improve this question
where do you want to use oAuth ? iOS App ? Web App ? iOS app SDK of Facebook includes library to create oAuth HMAC-SHA2 . – Shivan Raptor Oct 13 '11 at 9:45
I am having a native application in C++. How can i do it without using library. – user968341 Oct 13 '11 at 9:56

1 Answer

up vote 2 down vote accepted

Facebook is not expecting oauth signature parameters

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.