AnthonyLins / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

Fix: Issue Posting a Message on the second user's wall after the first user logs on #454

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Log in to a Facebook account.
2. Post a message to the wall.
3. Log out.
4. Log in to a different Facebook account.
5. Post a message to the wall.
6. Log out.

The second message is appearing on the first user's wall, which is wrong. The 
message should be posted on the second user's wall.

A solution for this bug can be found on my blog.
http://nekyouto-tech.blogspot.sg/2013/04/fb-adobe-air-posting-bug.html

Original issue reported on code.google.com by bestkird...@gmail.com on 13 Apr 2013 at 7:10