3

xoauth.pyのJavaポートをどこでも探しています。Java Web アプリで同じ認証プロセスを使用したいので。

GoogleOAuthHelper を使用してトークンとシークレットを生成しようとしましたが、それらをGoogle メール Java サンプルにプラグインすると、無効な資格情報を示すエラーが返されます。

誰かが助けることができれば、私は非常に感謝しています. 私はこれに長い間立ち往生しています。

4

1 に答える 1

1

Have you tried the links on this page https://developers.google.com/google-apps/gmail/oauth_libraries

and https://developers.google.com/google-apps/gmail/#oauth_access_to_imap_and_smtp

This is assuming that the service you want to access is gmail (since you tagged your question gmail). If you're looking to use a different service, (say Drive) then your starting point is the api console at https://code.google.com/apis/console

于 2012-09-03T07:50:10.123 に答える