-
Notifications
You must be signed in to change notification settings - Fork 115
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
Codeing is according to java Should be in PHP #19
Comments
what version of php are you running? On Wednesday, June 5, 2013, vishnudutttest wrote:
|
I am using 5.2.17 PHP |
You need php 5.3. It says it at the top of the readme. On Wednesday, June 5, 2013, vishnudutttest wrote:
|
OK , and thanks for your quick response. and sorry May be your code is working fine. Thanks |
If you still need it, my fork is working on PHP 5.2 (I removed all namespaces) |
I just saw an issue with the library. That there problem to create objects of classes because the code is here are like java. And I am unable to use your library.
error are showing like this
Warning: Unexpected character in input: '' (ASCII=92) state=1 in /home/mytestse/public_html/instagram/Instagram/Auth.php on line 52
Warning: Unexpected character in input: '' (ASCII=92) state=1 in /home/mytestse/public_html/instagram/Instagram/Auth.php on line 52
Parse error: syntax error, unexpected T_STRING, expecting '&' or T_VARIABLE in /home/mytestse/public_html/instagram/Instagram/Auth.php on line 52
Thanks
Vishnu Dutt
The text was updated successfully, but these errors were encountered: