AnthonyLins / facebook-actionscript-api

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

Wrong expireDate #414

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. initialize FacebookMobile by calling FacebookMobile.init()
2. login by calling FacebookMobile.login()
3. login successfully and retrieve FacebookSession instance

What is the expected output? What do you see instead?
session.expireDate has a past date(eg. Thu Jan 1 10:16:11 GMT+0900 1970).
My expectation is future date(eg. Thu Mar 29 02:04:44 GMT+0900 2012)

What version of the product are you using? On what operating system?
1.8.1

Please provide any additional information below.
This problem is similar to issue #351. I wrote a patch and it works.

Original issue reported on code.google.com by tsuy...@gmail.com on 28 Mar 2012 at 3:52

Attachments: