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.

When I`m trying to integrate login with twitter in my website, I get the following message

array(1) {
    ["errors"]=> array(1) { 
        [0]=> array(2) { 
            ["message"]=> string(31) "Sorry, that page does not exist" 
            ["code"]=> int(34) 
        } 
    }  
}

Could anyone please help me to solve this issue.

share|improve this question
Which URL do you use for logging in? – sphair Nov 21 '12 at 9:45

2 Answers

http://www.9lessons.info/2011/02/login-with-facebook-and-twitter.html

You just follow the instruction for login with twitter integration.

share|improve this answer

In my site I used the 9 lessons programming code for twitter api integration. It works fine now.

My site url

http://domain.com/mysite/index.php 

Just login with twitter and test the site

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.