Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting full proxy email (with "+" in it) from the returned /me dict fails #14

Closed
avocade opened this issue Aug 24, 2010 · 2 comments
Closed

Comments

@avocade
Copy link

avocade commented Aug 24, 2010

The only thing I get out of the /me dict for param "email" is "apps", not the full email, eg "apps+12837223.123712837273823@proxymail.facebook.com".

@avocade
Copy link
Author

avocade commented Aug 24, 2010

Seems this is caused by a line-break in the returned plist (JSON-parsed), caused by the "+" again. Excerpt from xcode console:

{
email = "apps+17238912739123.12376812739123@proxymail.facebook.com";
"first_name" = Kalle;
gender = male;
}

@avocade
Copy link
Author

avocade commented Aug 24, 2010

My bad, sorry.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant