[twitter-dev] Re: Twitter Error codes/statements?

2010-05-28 Thread wibblefish
Only info I have found so far is 
http://apiwiki.twitter.com/HTTP-Response-Codes-and-Errors

On May 28, 1:02 am, Michael Cameron darx...@gmail.com wrote:
 So i am writing my catch expressions for twitter when parsing the
 response from twitter is there any error codes or definite strings for
 certain reasons. example not following user, or other errors?

 Thank you!


[twitter-dev] Re: Problem After Press Connect Twitter, WordPress

2010-05-25 Thread wibblefish
Tried changing the the callback url to oriflamenews.com? Looks like it
is complaining because you have set the subdomain to www on the
callback but your pages automatically redirect to a domain url without
it. Least thats my best guess.

On May 25, 7:28 am, Teofilus teofi...@gmail.com wrote:
 Sir, I HAVE a problem,
 I try @anywhere Service, for My Wordpress www.OriflameNews.com(can
 you see it)

 I Have Done All of Registration and Installing that but error like
 that :

 Callback URL i set towww.oriflamenews.com

 But the error like that :

 Sorry, something went wrong.

 Small_robot The provided callback 
 urlhttp://oriflamenews.com/oriflame/2010/05/25/tanpa-berbuat-nyata-motiv...
 is not authorized for the client registered to 'http://www.oriflamenews.com'.

 SCR SHT :http://twitpic.com/1qu4uj
 Best Regard, Teofilus Candra
 @TeofilusCandra
 @OriflameNews


[twitter-dev] Re: Favorite create API which is the right one?

2010-05-21 Thread wibblefish
I would imagine this one as it is on dev which is more up to date and
seems more in keeping with their other REST formats.

http://api.twitter.com/version/favorites/:id/create.format

On May 21, 6:21 am, Jebu Ittiachen jebu.ittiac...@gmail.com wrote:
 As per apiwiki.twitter.com create favorite is

 http://api.twitter.com/1/favorites/create/*id*.*format*
 dev.twitter.com says 
 itshttp://api.twitter.com/*version*/favorites/:id/create.*format

 *So which is the right one?

 --
 Jebu Ittiachen
 jebu.ittiac...@gmail.com


[twitter-dev] re: json response shape

2010-05-20 Thread wibblefish
Is there anywhere in the documentation that shows what fields you
could expect in the json responses for the api methods or is it just a
case of hit the service and work out what fields there are to play
with from the responses?


[twitter-dev] re: intermittent 401 and 502 during oauth process

2010-05-19 Thread wibblefish
Hi All,

I have just started to put together a small Twitter application but
every so often I am seeing either a 401 Unauthorized or 502 Bad
Gateway when acquiring a request token. Would it be normal to see this
during twitter 'over capacity' periods?

Cheers

James