philippec / PhFacebook

MacOSX Interface to Facebook graph API
http://developer.casgrain.com/?p=107
Other
178 stars 44 forks source link

Here's a fix for the issue we've been talking about. #16

Closed infiniteNIL closed 13 years ago

infiniteNIL commented 13 years ago

Fixed https issue that caused Facebook authentication window to never go away and things would just basically be in limbo. It also properly handles the expiration seconds for the token. Getting a 0 for the expiry means there is no expiration. Before the case was not honoring this and the expiration seconds would become negative.

infiniteNIL commented 13 years ago

Ok, I made those changes you suggested.