Hello,
I have made a work around for this. In registeruser.php, i get data using S_GET and make a curl request from other php server. In this way, user can be successfully registered without using cli
I hope this will help others too.
hello,
how the users can be registered through registeruser.php. I have the scenario:
At server A, my web application is running.When user registers to server A, it should be get registered to server B(status.net).
How this will be implemented?
I got it.. there was a problem with my server settings, ssl was disabled so add these lines in facebook.php curl request
CURLOPT_SSL_VERIFYPEER => false,
CURLOPT_SSL_VERIFYHOST => 2
its solved now
hello,
In my app, facebook plugin has been integrated and notices are posting there successfully. But whenever I try to delete or favour notice, i get the following error:
facebookclient.php - Could not deleted Facebook item: xxx_xxx for sanamin (3…
@jordanc Thanks for you response. It works now, there was a problem with the twitter which was giving only read access.
The problem now is that my notices are posted to twitter but twitter timeline is not appearing in status.net. i am not understand…
hello,
I am trying to add twitter plugin. Its connected with no error.
Notices are posted to twitter but my twitter friends timeline is not coming in status.net
plz help me out
hello
I have followed the steps specified here and in readme file of twitter bridge plugin.
I successfully connects to twitter but whenever i post notice, it never posts to twitter and twitter connections always disconnect.
Plz help me out.
I debug this issue. In status.net, i had found that it needs oauth_verifier too. Now i pass this in public static function from_consumer_and_token() of oAuth and it works fine.
Thanks
Hi,
I am also getting the same error:
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\phpweb\f2f\statusnet\extlib\Mail\mail.php on…
@zcopley I have got access token with the access_type=3 in oauth_application_user. Now i need to post notice through this token which is stored in my session. I am getting error 401 with Invalid signature. Please help me out, what will be the proble…
I have already given the callback url during registration.
After request token, it shows me security code. What does this code means? Because after allowing app, it never redirects to callback url, hence i never get access token.
When i give "oob" in oauth_callback, it provides me request token and page moved authorize page,where i login with statusnet account and allow app. It shows me the following message
You have successfully authorized testappPlease return to testapp a…
Yes, I have registered application with status.net instance. I am using the consumer and secret key the instance has provided with the url for request token, given by the same instance. Error comes as "You must provide a valid URL or 'oob' in oauth_…
Hi,
I am not able to authorize user to status.net installed on my local server.
The scenario is I have test app which is registered (with oAuth) on statusnet (dowloaded version on my local server).
Now if a user needs to authorize then i dont get to…