Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm unable to call the twitter share URL with an IP address.

This works: http://twitter.com/share?url=http://www.google.com/

But this doesn't: http://twitter.com/share?url=http://41.128.200.19/

Is that a known limitiation of the API? I've searched quite a bit but I was unable to find anything related except this unsolved issue: http://code.google.com/p/twitter-api/issues/detail?id=1936&q=label:TweetButton&colspec=ID%20Stars%20Type%20Status%20Priority%20Summary%20Opened%20Modified%20Component

share|improve this question

1 Answer

I think, IP can not be shared as tweet (there are some limits). the same error was occurred in my clients website.

I then modified share URL to the domain and its working now!

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.