LuckySherry / TwitterClient_0.2

COMP3111_Phase1_Team202
0 stars 0 forks source link

Following a User #25

Closed monosite closed 11 years ago

monosite commented 11 years ago

How:

  1. In the search bar type in "protected" and go to @protected's page 2.Follow protected 3.Unfollow protected 4.Follow protected

What: At step 4, a error appears, showing I have requested to follow protected but I just unfollow protected in step 3. It should cancel my request in step 3 and allow me to request follow again in step 4.

Protected commented 11 years ago

Why did you use "protected" as your example here?

monosite commented 11 years ago

For twitter, a user can set his/her account to be protected. And following a protected user need sending request to be approved by that user. If you press unfollow for a pending user (request sent but not approved), the request should be removed. So that at Step4, you can correctly send a new request.

Protected commented 11 years ago

That would probably allow you to spam the target in nasty ways, no?

monosite commented 11 years ago

No, I guess. As the original request is not removed so another request cannot be sent I guess.

monosite commented 11 years ago

BTW, Sorry for mentioning you accidentally.

Protected commented 11 years ago

No worries, it happens all the time.

monosite commented 11 years ago

LOL

waitingcheung commented 11 years ago

Rejected. This function is not required.

Ken