philippec / PhFacebook

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

Anything but succesful grabbing of the access token should result in the #26

Closed mhuusko5 closed 12 years ago

mhuusko5 commented 12 years ago

Anything but succesful grabbing of the access token should result in the UI opening. Before the UI would only open if the url of the frame was found to be a login page. That did not take into account when the user is already logged into facebook in the browser, but has yet to authorize the application. In that case, the ui would not open and the user could never authorize... this fixes that.