We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So I'm stating the obvious here, as the Twitter API sends crucial information via GET
However, CI (famously) destroys the $_GET array and it can't be used.
I've spoken to some great developers that say they drop this in and it works great. How in the world is this possible?
I'm on the other side of this, and $_GET isn't working for me.
Is there a trick to this? A setting somewhere? Some kind of magic spell?
I'm practically beside myself trying to get this figured out.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Look here http://codeigniter.com/forums/viewthread/56389/ and scroll down to the AL James comment. He extended the input class so that he can use the get method.
Sorry, something went wrong.
No branches or pull requests
So I'm stating the obvious here, as the Twitter API sends crucial information via GET
However, CI (famously) destroys the $_GET array and it can't be used.
I've spoken to some great developers that say they drop this in and it works great. How in the world is this possible?
I'm on the other side of this, and $_GET isn't working for me.
Is there a trick to this? A setting somewhere? Some kind of magic spell?
I'm practically beside myself trying to get this figured out.
Thanks in advance
The text was updated successfully, but these errors were encountered: