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

bug when using split('&') for params_array #59

Closed
krokodaxl opened this issue Jan 21, 2016 · 2 comments
Closed

bug when using split('&') for params_array #59

krokodaxl opened this issue Jan 21, 2016 · 2 comments

Comments

@krokodaxl
Copy link
Contributor

Hi,

HTTPClient get returns a HTTPMessage object:

params_array = resp.split("&")

should be changed to

params_array = resp.body.to_s.split("&")

on line 515 & 531 in mini_fb.rb

cheers

@treeder
Copy link
Member

treeder commented Jan 21, 2016

Pull request?

@krokodaxl
Copy link
Contributor Author

done #63

@treeder treeder closed this as completed Jan 21, 2016
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

2 participants