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