[twitter-dev] Re: 401 error from CRON job

2011-06-09 Thread e.p.c.
On Jun 8, 12:35 pm, tomofo  wrote:
> Throws the error:
> GEThttp://twitter-api-app11.apigee.com/1/account/verify_credentials
> 401: Could not authenticate with OAuth.

Maybe I'm missing something, but 1) I didn't think twitter uses apigee
and 2) when fetch that URL I get "Requested Domain twitter-api-
app11.apigee.com not registered" and a 404 HTTP status. Why are
you going against apigee.com for the twitter API?
--
-ed costello

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Re: Update status "d" returns success response but doesn't show up on web

2011-05-13 Thread e.p.c.
On May 13, 6:29 am, SN Testing  wrote:
> when update status with one character "d" returns success response but
> the new status doesn't show up on web; when update status with "a" or
> "b" or "c" or "e", it shows up on web, so the character "d" is black
> listed?

"d' as the first non-blank byte is the command/code for direct message.

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk


[twitter-dev] Re: Change in API

2009-09-09 Thread e.p.c.

I was able to post using that exact same code (except for
concatenating “curl_setopt($ch, CURLOPT_USERPWD, "{$twitter_user}: ”
and  “{$twitter_password}"); ” which I assume were split when you
posted the code.

See http://twitter.com/artificllc/status/3864629956


[twitter-dev] Is there a way to tell if a tweet has been favorited (regardless of user)?

2009-04-13 Thread e.p.c.

I am playing with favorites and am trying to determine if a given
tweet has been favorited by anyone at all.
That is, given this tweet: https://twitter.com/epc/status/1500168995
which I’ve favorited with another account (@artificllc), is there a
way to determine that it's been favorited, either by the author of the
tweet (@epc) or by any other authenticated user?

My checks with the API seem to indicate that @artificllc will get
true when retrieving that tweet, but @epc and
any other id will receive false.

The API seems geared to showing what tweets a given user has marked as
favorites, but there doesn't appear to be a way to see which of a
user's tweets have been marked as favorites by others.  Should I open
an issue?
--
-ed costello
@epc