当我尝试使用oauth进行任何类型的授权时出现400错误。
我尝试了不同的浏览器和不同的代码实现,但仍然失败了
所以我在Github上从Levelup教程回购克隆了一个简单的应用程序,在从api插入密钥后我仍然得到400错误
API参数:
授权重定向URI -
http://localhost:3000/_oauth/google?close
授权的JavaScript起源:http://localhost:3000
这是我从git安装示例Meteor App时的第一部分:
答案 0 :(得分:0)
所以经过几天的谷歌搜索,检查等等......
我在youtube上观看了一段旧视频,看到导师使用 DatePickerDialog datePickerDialog = new DatePickerDialog(this,
new DatePickerDialog.OnDateSetListener() {
@Override
public void onDateSet(DatePicker view, int year,
int monthOfYear, int dayOfMonth) {
new_year = year;
new_month = monthOfYear;
new_day = dayOfMonth;
_date.setText(new_day+" / "+(new_month+1)+" / "+new_year);
}
}, new_year, new_month, new_day);
datePickerDialog.show();
而没有结束 ?关闭
更正授权重定向URI - http://localhost:3000/_oauth/google
我使用了不正确的http://localhost:3000/_oauth/google?close