|
API定义在
8 x% G' @. |- U S4 A3 V! U5 B
5 B8 Q. V- h0 W; P) }
% @2 v: c, Y9 m6 q7 Y/media/cryptofs/apps/usr/palm/applications/com.funkatron.app.spaz/default_preferences.js
9 X4 I( X ?' h+ a
( r$ o' t6 ?3 I在这个js文件的最后部分可以看到相关的定义.
d# k. o% N& A, Z如果要修改API,只需要把相关的定义行改掉即可.注意:相关API可能需要KEY才可以顺利登录! _1 F) Z) U# z( S2 S
; K" _$ S7 L! q+ G5 c根据其他朋友目前提供的资料,常用的API有- s60jj.com/o% e+ Z. h. s! Z: m' {7 b
- sdowen.byethost32.com/twip5 ?4 P% w0 S+ d
- bh.mxox.net/twip
3 f9 i) E4 t+ T( A& X6 b - yegle.net/twip/trunk
复制代码 附上default_preferences.js全文供参考:- var default_preferences = {4 X" `- j1 R8 A1 i5 j
-
% s. {! e3 E! v; \! R1 } - 'last_username':null," c8 [" W& ]* P+ }2 x1 X( D$ J- s; a9 v
- 'last_type':null,
% J9 c* v2 B8 l - 'last_userid':null,
1 S+ m( S V+ k) @7 ~ - 6 [% Z! Y1 }7 u: y6 c
- . i0 [6 O5 `' s
- 'users':[], // an array of user objects with properties { 'id', 'username',
; \5 L8 \9 ?7 i v' F - $ x- ]" u5 c& v% ~
- 'password', 'type', 'meta' } 1 r1 c/ y. m8 ?5 i% r
- 'always-go-to-my-timeline':false,
0 h4 ]2 F, a9 e# [+ d# w* @
5 q% m5 U3 J/ W# g) C4 m6 `- 'use-markdown': true,2 C1 g; [) v' B) E! W# d
- & x$ u& T+ c* q5 U8 ^9 o% q9 ^0 Z8 y
- 'sound-enabled': true,; ]& d5 ~7 u% B @/ n9 a7 u/ P
- 'vibration-enabled': true,& y( a+ X) r1 @4 F: G1 }' B
- 'wilhelm-enabled': true,
" f7 m$ T4 c& U7 M# \ - : n7 y: G3 e/ O: O. R' x: r- d5 E
- 'network-refreshinterval': 900000,$ Z8 I7 V$ A0 l2 v. |# G- m
- 'network-searchrefreshinterval': 900000,+ }, y9 U2 Y0 U
: x. N$ Y& _/ U& U- z# E9 p. x- 'network-autoadjustrefreshinterval': true,
7 k8 a: c1 j$ J. A2 d
# g @9 Z% ^: y) k9 \7 s! S$ Z4 g- 'notify-newmessages':true,4 Z5 E$ K: }: A7 p" K
- 'notify-mentions':true,+ }) y: @& s& o
- 'notify-dms':true,
5 f$ T' n2 [0 E/ a - 'notify-searchresults':true,) F1 M2 S% T! e/ e$ K5 c! [: `
- Y2 ^3 K& y8 b1 f+ M, O- 'timeline-scrollonupdate': true,+ f; d9 [( X Z3 R! |3 q
- 'timeline-maxentries': 100,
' h$ t. h$ I2 F( `1 ^ - 'timeline-maxentries-dm': 10, , E, ]1 ^. x4 m: `% E
- 'timeline-maxentries-reply': 10,
; o& {/ F. c) ~- B0 N - 'timeline-friends-getcount': 20,& b B7 w: A( W: Z
- 'timeline-replies-getcount': 5,/ o6 e4 P, n" F( a
- 'timeline-dm-getcount': 5,
5 v; u! @) ?. a$ p" {) \# O/ I! f/ n
; I% \# O; C4 t5 v- 'url-shortener': 'bitly',
& t- H$ e5 I$ z+ N7 l
) H) ~; |1 b4 i: _6 b+ |. C2 ]- 'image-uploader': 'yfrog',8 B* V9 q! z: `8 g- A
5 N% I0 W( R9 q/ P- 'services-twitpic-sharepassword': false,$ S6 o! L3 c9 j$ m7 `
7 h9 `, v8 m0 p; C- 'services-pingfm-userappkey': '',
% F T6 K. u, H! N. c) K3 O6 J - 'services-pingfm-enabled': false,) X' S) o% F+ ?; k$ v, O7 i V
- 'services-pingfm-sendreplies': false,
! F+ V- p l* \. b2 ~ - 'services-pingfm-updatetype': 'default',
3 k+ k- F# L% A; e- F" R
& Q, H( M( k+ {0 H5 n$ K2 l- 'services-pikchur-apikey': 'aJMHC7eHRbhnA7FLdXmAtA',
! g- Y1 p: q) ~5 g8 m, q; @ - 'services-pikchur-source': 'NjMw',9 J, s8 e, U* W
- 'services-bitly-apikey': 'R_f3b86681a63a6bbefc7d8949fd915f1d',& C6 F. O. X4 V$ M; l5 F
9 j, a, |( {" _0 W( I- 'twitter-api-base-url': 'https://twitter.com/',
) @ ]/ I2 |% F3 P. j% R! E4 ] - 'twitter-www-base-url': 'http://twitter.com/',3 ~+ R x" m( y A: b
, W9 k) h1 P9 {9 z- 'twitter-source': 'spaz',
6 B, A( b% ~* u' u+ C# O - ! L) t' G4 |) M1 g) P0 i: ]1 x, J
- 'timeline-text-size': 'tall', // also grande, venti$ d- h |4 e- H
- }
复制代码 |
|