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.

My Facebook SDK version was 2.1.2 and i upgraded it to 3.0.1. After my code is not working. I just change Facebook SDK files. I didn't change anything in my code.

Here is error: Uncaught OAuthException: Invalid OAuth access token signature. thrown in /home/galeri/domains/**.com/public_html/beta/facetest/src/base_facebook.php on line 970

share|improve this question
need to post your full code – Click Upvote Jun 30 '11 at 11:53

2 Answers

I would suggest downgrading to 3.0.0 and then looking at this issue to solve the problem you will get: https://github.com/facebook/php-sdk/issues/376

I did the same as you upgrade from 2.x to 3.0.0 and thankfully this was the only issue.

I definitely won't be upgrading to 3.0.1, there are too many issues.

The guy ptarjan has a habit of closing issues without fully investigating them and doesn't always get to the heart of the bugs. It's working for me and won't upgrade.

Edit: There is even an issue about this, do you check github issues? :

https://github.com/facebook/php-sdk/issues/296

share|improve this answer

Were you using Oauth to log in before? Check the docs, they describe the oath process EDIT: Here is a link to the page that shows how to authenticate using Oauth

share|improve this answer
No need to look at the page, when the SDK does it all for you. – PaulM Jun 30 '11 at 12:25

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.