-
Notifications
You must be signed in to change notification settings - Fork 72
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
Trying to get property of non-object libraries/tweet.php:205 #19
Comments
Anyone please? I am stuck :( |
I had the same problem. In libraries/tweet.php replace: private $_apiUrl = 'http://api.twitter.com/'; with private $_apiUrl = 'http://api.twitter.com/1'; |
Thanks alot I will try it and let you know. On Mon, Sep 5, 2011 at 9:56 PM, skrobma <
|
I tried your solution, it worked locally but still doesn't work on my server :( I get exactly the same error when twitter sends user back to my callback URL :( :( |
Can you run with the supplied tweet_test.php. and send results of var_dump($user); |
I had deleted tweet_test, but I re-uploaded it and got the same error when user returned at: |
I'm getting page not found From: Munir Ahmad [email protected] I had deleted tweet_test, but I re-uploaded it and got the same error when user returned at: Reply to this email directly or view it on GitHub: |
Sorry but I renamed it. |
Strangely enough, it's working now just that I gave it a try after my previous message. I doubt saving data in session causes hiccups, what do you think? |
_private $apiUrl = 'http://api.twitter.com/1'; I used this trick to make friends/ids work, but it breaks oath log in for me. |
Magically it is working for me now. Don't know what made it work I just left If it breaks again I am going to write a simple to the point Plugin for CI, |
I have the same problem |
hey, couple of days ago my application works fine but now I am getting same error as mention above after redirecting twitter to my website... |
hello.. |
Hello,
I keep getting these errors no matter what.
I get redirected to twitter fine, login, and twitter redirects back to my call-back url with something like this:
http://loop.pk/twitter/auth?oauth_token=k6VX2VkQwXOLLxtGiKurt89jIFhPMkt42KjLMdba8&oauth_verifier=TX666l9qA4pfqUnsjDK1XPTcPMcou0ZBZuaCYpWTek
Now on this url I get the following error, the error is almost impossible for me to decipher, I have also enabled debugging but I can't get any more info, help please. Is this a BUG???
A PHP Error was encountered
Severity: Notice
Message: Trying to get property of non-object
Filename: libraries/tweet.php
Line Number: 205
A PHP Error was encountered
Severity: Notice
Message: Trying to get property of non-object
Filename: libraries/tweet.php
Line Number: 205
A PHP Error was encountered
Severity: Notice
Message: Trying to get property of non-object
Filename: libraries/tweet.php
Line Number: 370
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /hermes/bosweb25c/b1454/d5.alihamza/public_html/loop/system/core/Exceptions.php:170)
Filename: helpers/url_helper.php
Line Number: 543
The text was updated successfully, but these errors were encountered: