Perhaps it's more related to the fact that my twitter account was set
to private? I have authorized tipjoy as a follower - so that account
should be able to view my tweets. Right?
When I make my status updates public, the api call works. However, it
works as long as I don't tip myself. If I tip myself and notify
tipjoy, I get an error:
{"reason": "Payment exceeds $500, so the user must pre-fill their
Tipjoy account", "runTime": "0:00:00.144357", "request": "/api/
tweetpayment/notify/", "result": "failure"}
Again though, the main problem appears that I shouldn't have to have a
public account for the tipjoy tweets to get verified via the notify
api call.
-matt
On Jun 4, 2:23 pm, Ivan Kirigin <
ivan.kiri...@gmail.com> wrote:
> Can you give me a case where it happens 100% of the time? :-)
>
> You're POSTing, right?
>
> I should be returning a JSON error, not a bunch of HTML. That junk is
> just the built in 500 error.
>
> I should make a decorator for API endpoints that ensures the response
> is easily readable from software.
>
> Ivan
>