Real time update of friend request

7 views
Skip to first unread message

alekhine

unread,
Mar 9, 2012, 6:21:58 AM3/9/12
to cocoafi...@googlegroups.com
Hi,

Suppose user1 wants to be a friend with user2 and creates a request

CCRequest *request = [[CCRequest alloc] initHttpsWithDelegate:self httpMethod:@"POST" baseUrl:@"friends/add.json" paramDict:paramDict];

Now, how user user2 will know that he should call server to
view pending friend requests?

one option is user2 will check for pending friend request every time application launches but in that case update will not be realtime.

Thanks


Reply all
Reply to author
Forward
0 new messages