Quick Search
Learn more about
Quick Search
Log In
Access more options
Online Help
About JIRA
Dashboards
Access more options (Alt+D)
Projects
Access more options (Alt+P)
Issues
Access more options (Alt+I)
Issue Details
(
XML
|
Word
|
Printable
)
Key:
TFJ-52
Type:
New Feature
Status:
Closed
Resolution:
Fixed
Priority:
Major
Assignee:
Yusuke Yamamoto
Reporter:
Yusuke Yamamoto
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
Twitter4J
support exists method
Created:
07/Nov/08 12:12 PM
Updated:
02/Jan/09 10:11 PM
Resolved:
02/Jan/09 10:11 PM
Return to search
Component/s:
Core
Affects Version/s:
None
Fix Version/s:
1.1.4
Description
« Hide
http://apiwiki.twitter.com/REST%20API%20Documentation#exists
exists
Tests if a friendship exists between two users.
URL:
http://twitter.com/friendships/exists.format
Formats: xml, json
Method(s): GET
Parameters:
user_a. Required. The ID or screen_name of the first user to test friendship for.
user_b. Required. The ID or screen_name of the second user to test friendship for.
Ex:
http://twitter.com/friendships/exists.xml?user_a=alice&user_b=bob
Description
http://apiwiki.twitter.com/REST%20API%20Documentation#exists
exists Tests if a friendship exists between two users. URL:
http://twitter.com/friendships/exists.format
Formats: xml, json Method(s): GET Parameters: user_a. Required. The ID or screen_name of the first user to test friendship for. user_b. Required. The ID or screen_name of the second user to test friendship for. Ex:
http://twitter.com/friendships/exists.xml?user_a=alice&user_b=bob
Show »
All
Comments
Change History
Activity Stream
Source
161
by
Yusuke Yamamoto
(6 files)
- TFJ-52 support exists method
02/Jan/09 10:11 PM (10 months, 15 days ago)
TFJ-52
support exists method
svn:
twitter4j/trunk/src/main/java/twitter4j/TwitterListener.java
161
(+1 -0)
diffs
svn:
twitter4j/trunk/src/main/java/twitter4j/AsyncTwitter.java
161
(+15 -0)
diffs
svn:
twitter4j/trunk/src/test/java/twitter4j/AsyncTwitterTestUnit.java
161
(+22 -0)
diffs
svn:
twitter4j/trunk/src/main/java/twitter4j/Twitter.java
161
(+16 -6)
diffs
svn:
twitter4j/trunk/src/test/java/twitter4j/TwitterTestUnit.java
161
(+13 -0)
diffs
svn:
twitter4j/trunk/src/main/java/twitter4j/TwitterAdapter.java
161
(+2 -0)
diffs