Adrian Vu
Results
2
issues of
Adrian Vu
Hi, I tried using the following methods to call the retweet api: $status = $twitterObj->post('/statuses/retweet/'.$tweet_id.'.json'); and $status = $twitterObj->post_statusesRetweet(array('id' => $tweet_id)); but both methods return: response: {errors:[{message:Sorry, that page does...
Previously had an error connection refused. Fix "-p 8080:80" to "-p 80:80". Port 80 instead of 8080 was exposed in Dockerfile. Now it should work when trying to access from...