Hello Ivan,
thats good to know! I like "»" for what i am trying. Thank you.
About possible new endpoint:
Some parameters that would be cool:
- status_id
- min_amount ( default = 0.01 )
- max_amount ( default = null )
- from_status_id ( starting from, if not single status )
- to_status_id ( ending at, if not single status )
- twitter_user_id ( only from this user )
- tipjoy_user_id ( same as above )
Notes:
- "from" and "two" would be helpful to analyze a timeline, for
example. "from" would be the same as "since_id" in the twitter api.
- The difference between "from" and "to" may not be greater than 100
(to save you processing power). This upper limit should be sufficient.
- The "min/max_amount" is useful if, for example, an app only accepts
certain amounts and doesn't care about other tips.
- "twitter_user_id" also helps to narrow down given range of tweets.
Kjell