[twitter-dev] Re: You can't follow yourself

2011-02-08 Thread Peter MacRobert
Hi Jim That worked for me - thanks for posting. The @anywhere api is largely undocumented and I was also confused by this syntax! Ta, Pete On Jan 20, 10:37 pm, Jim Spath jsp...@pangeamedia.com wrote: NM, I solved my own problem, the correct syntax is indeed: T.User.find( name_to_follow

Re: [twitter-dev] Re: You can't follow yourself

2011-02-08 Thread Matt Harris
HI Peter, I'm glad you have this working. Just to explain the @anywhere JS-API isn't documented because it's not supported by Twitter. This is because the JS-API is considered part of the internals of @anywhere, which means it could change without notice at anytime. Best, @themattharris

[twitter-dev] Re: You can't follow yourself

2011-01-20 Thread Jim Spath
NM, I solved my own problem, the correct syntax is indeed: T.User.find( name_to_follow ).follow(); On Jan 20, 5:08 pm, Jim Spath jsp...@pangeamedia.com wrote: I'm trying to use twitter anywhere to initiate a follow, but it's not behaving as expected? I'm trying to do: