Hi!

I know that it is mailing group of OAuth. :) However a lot of people
of the group create a Twitter or Facebook client. So I hope that
somebody will be able help me. :)

I make small Twitter client in Java. Currently I make options:
'farourite status' and 'unfavourite status' and I have a strange
problem.

I always use format of url like this:

(for 'follow user'):

http://twitter.com/friendships/create.json?id=1111

It works well in almost all cases. However it doesn't work in
'favourite status'. If I try:

http://twitter.com/favorites/create.json?id=111111

I will get error. But if I try:

http://twitter.com/favorites/create/111111.json

everything works well.

Could somebody tell me why I can't use first way of the URL? I would
like to use link with parameters after '?' character. Why doesn't it
work in 'favorite status' and 'unfavorite status'?

I sorry for the offtopic. :)

Mariusz

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/oauth?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to