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 am trying to login in Twitter through the Twitter API, it shows me an alert box like this:

Security Warning There are problems with the security certificate for this site. The name of the site does not match the name of the certificate.

Can anyone help me solve this problem?

share|improve this question

1 Answer

Instead of the default, Use a specifically built twitter client for android.

Some of the good ones are:

http://twitter4j.org/en/index.html

http://www.winterwell.com/software/jtwitter.php

Here's a good starting tutorial for JTwitter: http://www.mobisoftinfotech.com/blog/android/1089/

These are custom built for android and hence will reduce a lot of headache for you. Just my opinion though.

share|improve this answer
yes i am using twitter4j jar file in my application but still got the same problem while i run my application on emulator.please help me. – Romil Oct 16 '12 at 7:02
Okay, post your code please – Anup Cowkur Oct 16 '12 at 7:08

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.