-
- Adequate styling
- Smooth, bug-free navigation
- Adequate and appropriate seeds to demonstrate the feature
- Users can request to be friends with other users
- Users can accept or decline friend…
-
Hello,
I would like to request a new feature for the library to include a method that allows querying friendships without filtering by a specific status. The current implementation only allows quer…
-
```
There is no API to check friendship of two users, but twitter provides:
http://twitter.com/friendships/exists.json?user_a=xxx&user_b=xxx
returns:
true|false
Here is my modification:
def Get…
-
```
There is no API to check friendship of two users, but twitter provides:
http://twitter.com/friendships/exists.json?user_a=xxx&user_b=xxx
returns:
true|false
Here is my modification:
def Get…
-
**Details:** We want to create friendships between users with accounts in our database. Long term we want to make video recommendations based on what friends are bookmarking. This card should not incl…
-
```
There is no API to check friendship of two users, but twitter provides:
http://twitter.com/friendships/exists.json?user_a=xxx&user_b=xxx
returns:
true|false
Here is my modification:
def Get…
-
```
There is no API to check friendship of two users, but twitter provides:
http://twitter.com/friendships/exists.json?user_a=xxx&user_b=xxx
returns:
true|false
Here is my modification:
def Get…
-
Friends should only be listed after request has been accepted.
-
when getting a friendship request, it would be nice to send an email to the receiver.
hm, maybe I should ask, if a user wants to get such notifications...
-
```
There is no API to check friendship of two users, but twitter provides:
http://twitter.com/friendships/exists.json?user_a=xxx&user_b=xxx
returns:
true|false
Here is my modification:
def Get…