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

get_connections("me", "picture") doesn't work #2

Closed
arsduo opened this issue May 15, 2010 · 1 comment
Closed

get_connections("me", "picture") doesn't work #2

arsduo opened this issue May 15, 2010 · 1 comment

Comments

@arsduo
Copy link
Owner

arsduo commented May 15, 2010

Facebook's "picture" connection should get the user's picture. Unfortunately, they do that by redirecting the request to the picture, not returning the URL as JSON. This totally blindsides Koala, and so it returns nil rather than chasing the redirect. We need to special-case either "pictures" or that kind of redirect to return the redirected URL.

@arsduo
Copy link
Owner Author

arsduo commented May 25, 2010

Resolved. We now have a "picture" convenience method that gets the picture using the new backend infrastructure that allows us to return results stored outside the body of the response (in this case, it's in the Location header field).

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