我正在尝试从我的网站发布到Twitter,但是出现以下错误:
{"errors":[{"code":215,"message":"Bad Authentication data."}]}
[215] Bad Authentication data.
我想知道如何对Twitter执行身份验证。
我正在使用Laravel 5.4。
答案 0 :(得分:0)
Twitter的最新API 1.1不允许未经身份验证的访问
检查此
https://tomelliott.com/php/authenticating-twitter-feed-timeline-oauth