gpt4 book ai didi

java - Facebook 客户端应用程序的回调 URL 参数

转载 作者:行者123 更新时间:2023-12-01 04:18:59 25 4
gpt4 key购买 nike

我正在使用 facebook4j api ( http://facebook4j.org/en/index.html ) 来访问 facebook 上的用户数据,因此对于登录授权,我必须提供访问 token ,所以我找到了这个 api: ( https://github.com/fernandezpablo85/scribe-java ) 并从此示例 ( https://github.com/fernandezpablo85/scribe-java/blob/master/src/test/java/org/scribe/examples/FacebookExample.java )我正在尝试获取访问 token ,在参数生成器中我必须设置回调网址:

OAuthService service = new ServiceBuilder()
.provider(FacebookApi.class)
.apiKey(Assets.FACEBOOK_APPID)
.apiSecret(Assets.FACEBOOK_APPSECRET)
.callback()
.build();

但是我的应用程序只是客户端,所以我必须提供什么回调 URL?

最佳答案

参见here :

redirect_uri. The URL that you want to redirect the person logging in back to. This URL will capture the response from the Login Dialog. If you are using this in a webview within a desktop app, this must be set to https://www.facebook.com/connect/login_success.html.

关于java - Facebook 客户端应用程序的回调 URL 参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19163772/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com