Hey Chad, not sure if you are aware but on redirecting to the backend from Twitter Authentication, the URL is wrong. Currently pointing to: /radiantweb_api/problog/authenticate/twitter and throwing a 404.
Last updated
That's certainly odd. This is not from a local stack, is it? Twitter will not generate a token in said case.
You may want to look at /plugins/radiantweb/problog/routes.php
The route is registered there and should be correct. It could be you environment is set up such that this is not working. I would be interested to know what edge case that might be.
Keep me posted.
ChadStrat
This is built on a live webserver. Something a little odd that I noticed is that the twitter.php file is blank and doesn't matter if I force an update or anything it always remains blank.
you mean when you visit the url? or the file itself? The file has no output so that is to be expected. It simply redirects once registered twitter auth.
Can you try replacing line 43 of /plugins/radiantweb/problog/classes/AuthenticateTwitter.php with
return Redirect::to($return_url);
ChadStrat
Chad,
The file itself is blank, there is no code in there at all. I am just reinstalling my IDE after I had to reinstall my laptop today, so bare with me and I will try switching up that piece of code.
Thanks again.
Strangely, still have this problem. Thought it was the maintenance plugin causing the problem however I completely removed that and still have the issue.
Hi imunisasi, check the "radiantweb_twitter_auth" table in the db and make sure that there is an entry in there?
hi pxpx, i see 1 entry there, but not see it post something on twitter am i do wrong ?
thanks
Bump, still generating a 404.
/radiantweb_api/problog/authenticate/twitter?oauth_token=xxxx
Why authenticate/twitter.php file is empty? I have tried everything but did not succeed! :(
1-16 of 16