s******s 发帖数: 57 | 1 搜了下,只能到网站用自己的account注册一个程序,然后只能用自己的这个account.
能不能做一个输入用户名和密码的那种桌面程序?好像swing可以?谢谢了 | w****u 发帖数: 3147 | 2 call twitter的api就好,想怎么做自己都可以设计
【在 s******s 的大作中提到】 : 搜了下,只能到网站用自己的account注册一个程序,然后只能用自己的这个account. : 能不能做一个输入用户名和密码的那种桌面程序?好像swing可以?谢谢了
| s******s 发帖数: 57 | 3 但是twitter现在不支持基本的authentication with users' credentials, 只能用自
己的帐号注册一个应用然后得到consumer key and secret,再用这两样获得一个永久
user id 和 access token,用着两个东西可以登录自己的账户,但不能登录其他的账户啊
谁做过类似的,facebook, twitter 的桌面端
【在 w****u 的大作中提到】 : call twitter的api就好,想怎么做自己都可以设计
| m****r 发帖数: 6639 | 4 take a look at twitter's oauth docs.
once you have an user's access token, you can use it to access that user's
info, not your info. if you want to access somebody else's info, you will
need to get that account's access token.
户啊
【在 s******s 的大作中提到】 : 但是twitter现在不支持基本的authentication with users' credentials, 只能用自 : 己的帐号注册一个应用然后得到consumer key and secret,再用这两样获得一个永久 : user id 和 access token,用着两个东西可以登录自己的账户,但不能登录其他的账户啊 : 谁做过类似的,facebook, twitter 的桌面端
| s******s 发帖数: 57 | 5 对,是这样,我就是想知道有没办法不用access token,像web app那样实现桌面端程序
【在 m****r 的大作中提到】 : take a look at twitter's oauth docs. : once you have an user's access token, you can use it to access that user's : info, not your info. if you want to access somebody else's info, you will : need to get that account's access token. : : 户啊
| s******s 发帖数: 57 | 6 google了半天,用htmlunit没有work的,各种runtime error。。。。
程序
【在 s******s 的大作中提到】 : 对,是这样,我就是想知道有没办法不用access token,像web app那样实现桌面端程序
| m****r 发帖数: 6639 | 7 我不知道桌面程序是什么概念.
原则上, 只要你有accesstoken, 怎么样都可以去access呀.
我用过一个叫scribe的, 但是没有上twitter. linkedin, fb, 都可以呀.
程序
【在 s******s 的大作中提到】 : 对,是这样,我就是想知道有没办法不用access token,像web app那样实现桌面端程序
| s******s 发帖数: 57 | 8 用access token 只能上本人的那个注册了的帐号啊,我想的是人人都可以用这个app登录
【在 m****r 的大作中提到】 : 我不知道桌面程序是什么概念. : 原则上, 只要你有accesstoken, 怎么样都可以去access呀. : 我用过一个叫scribe的, 但是没有上twitter. linkedin, fb, 都可以呀. : : 程序
| m****r 发帖数: 6639 | 9 你需要先看看oauth的介绍. access token就像username/怕ssword一样, 就是一人一
个的. 你的原问题里面, 难道不是说想和帕ssword一样吗?
登录
【在 s******s 的大作中提到】 : 用access token 只能上本人的那个注册了的帐号啊,我想的是人人都可以用这个app登录
| s******s 发帖数: 57 | 10 多谢回复。对,one per account,我要得是实际是个robot,java的htmlunit不行,我
看看用python行不。
【在 m****r 的大作中提到】 : 你需要先看看oauth的介绍. access token就像username/怕ssword一样, 就是一人一 : 个的. 你的原问题里面, 难道不是说想和帕ssword一样吗? : : 登录
|
|