Hi all,

I have been struggling to get Follow feature working on a Java API that I am
working on. For every request I am getting the error bellow:

<hash>
  <request>/1/notifications/follow/ernandesmjr.xml</request>
  <error>There was a problem following the specified user.</error>
</hash>

According to the feature's spec, I just need a simple post request to a
given user, e.g.,
http://api.twitter.com/1/notifications/follow/ernandesmjr.xml. To perform a
quick and straighforward test, I created this HTML file:

<html>
  <head>
    <title>Follow User<title>
  </head>
<body>
  <form action="
http://api.twitter.com/1/notifications/follow/ernandesmjr.xml";
method="post">
    <input type="submit"/>
  </form>
</body>
</html>

Either way, I get the same error as I get with Java.

Any idea? Am I missing something?

Thanks in advance.

Regards,

-- 
Ernandes Jr.
---------------------
"ALL programs are poems. However,
NOT all programmers are poets."

Reply via email to