Re: [twitter-dev] Proper use of http://api.twitter.com/1/users/lookup.format with oAuth lib

2011-08-04 Thread Abraham Williams
What is the response you are getting from Twitter? Abraham - Abraham Williams | InboxQ http://inboxq.com/ | abrah.am | abrahamhttps://plus.google.com/114233674199568482864 + @abraham https://twitter.com/intent/follow?screen_name=abraham | github.com/abraham | blog.abrah.am This email

Re: [twitter-dev] Re: Proper use of http://api.twitter.com/1/users/lookup.format with oAuth lib

2011-08-04 Thread Abraham Williams
That means that Twitter could not find any of the users you are looking up. Verify that you are requesting real users. Abraham - Abraham Williams | InboxQ http://inboxq.com/ | abrah.am | abrahamhttps://plus.google.com/114233674199568482864 + @abraham https://twitter.com/intent/follow

Re: [twitter-dev] Looking for suggestions for a good PHP linkify function

2011-07-25 Thread Abraham Williams
This is built using the same tests as the Ruby parser that Twitter uses. I'm not sure the current status or state conformance but it is probably the most complete PHP lib. https://github.com/mzsanford/twitter-text-php Abraham - Abraham Williams | InboxQ http://inboxq.com/ | abrah.am

Re: [twitter-dev] Changed to authorizeURL; get the proper permission, but now get 401, 401 after one call

2011-07-05 Thread Abraham Williams
/oauth/authorize instead of api.twitter.com/oauth/authenticate. If you can make one call then you are likely either not properly saving the access token in sessions/db or you are overwriting it with a new request token at some point. Abraham - Abraham Williams | InboxQ http://inboxq.com

Re: [twitter-dev] Re: Application not getting R/W/DM access

2011-07-05 Thread Abraham Williams
To use oauth/authenticate in TwitterOAuth pass false as the second argument of getAuthorizeURL. $connection-getAuthorizeURL($token, false); Abraham - Abraham Williams | InboxQ http://inboxq.com/ | abrah.am @abraham https://twitter.com/intent/follow?screen_name=abraham | github.com

Re: [twitter-dev] Re: Changed to authorizeURL; get the proper permission, but now get 401, 401 after one call

2011-07-05 Thread Abraham Williams
existing users they will have to do this again before the access tokens will have DM access. In the example code this is done in line 22 of redirect.php https://github.com/abraham/twitteroauth/blob/master/redirect.php#L22 Abraham - Abraham Williams | InboxQ http://inboxq.com/ | abrah.am

Re: [twitter-dev] A few updates about the permission model change

2011-06-21 Thread Abraham Williams
this: $connection-http_info; Abraham - Abraham Williams | InboxQ http://inboxq.com/ | abrah.am @abraham https://twitter.com/intent/follow?screen_name=abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Tue, Jun 21, 2011 at 11:05, Gene

Re: [twitter-dev] A few updates about the permission model change

2011-06-21 Thread Abraham Williams
You have to make an API request first. There is no header info if a request has not been made. Also you need to reset your consumer key/secret. Abraham - Abraham Williams | InboxQ http://inboxq.com/ | abrah.am @abraham https://twitter.com/intent/follow?screen_name=abraham

Re: [twitter-dev] Retweet loop and update mysql at the same time

2011-06-18 Thread Abraham Williams
Put a var_dump() in to make sure the $id matches the status. You might be getting the truncated id since the ids need to be unsigned big integers. Abraham - Abraham Williams | InboxQ http://inboxq.com/ | abrah.am @abraham https://twitter.com/intent/follow?screen_name=abraham

Re: [twitter-dev] Twitter button code limiting cookies

2011-05-20 Thread Abraham Williams
/rendersnapshotview Abraham - Abraham Williams | InboxQ http://inboxq.com/ | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Fri, May 20, 2011 at 11:33, Tom van der Woerdt i...@tvdw.eu wrote: You

Re: [twitter-dev] Please confirm this OAuth flow ...

2011-05-19 Thread Abraham Williams
within the application. Of course, it depends how you read it. But what really matters is what Twitter intended when they wrote it. +1 for an official twitter comment please. Abraham - Abraham Williams | InboxQ http://inboxq.com/ | abrah.am @abraham https://twitter.com/abraham

Re: [twitter-dev] Seem to be getting strange throttling messages

2011-05-19 Thread Abraham Williams
- Abraham Williams | InboxQ http://inboxq.com/ | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Thu, May 19, 2011 at 17:25, Map-Pin jeremylauren...@googlemail.comwrote: I have been away from

Re: [twitter-dev] Connecting and posting a tweet..

2011-05-04 Thread Abraham Williams
/twitteroauth/blob/master/DOCUMENTATION Abraham - Abraham Williams | InboxQ http://inboxq.com/ | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Tue, May 3, 2011 at 16:46, Talasan talasan.nichol

Re: [twitter-dev] Problem with $connection-get('account/verify_credentials')

2011-05-02 Thread Abraham Williams
You have to perform step 6-7 where you exchange your request token for an access token. https://github.com/abraham/twitteroauth/blob/master/DOCUMENTATION You can see an example in callback.php: https://github.com/abraham/twitteroauth/blob/master/callback.php Abraham - Abraham

Re: [twitter-dev] Automatic tweets for multiple accounts from Website

2011-04-29 Thread Abraham Williams
needs to tweet you build a new TwitterOAuth object with that access_token set. https://github.com/abraham/twitteroauth/blob/master/DOCUMENTATION The example code Abraham - Abraham Williams | InboxQ http://inboxq.com/ | abrah.am @abraham https://twitter.com/abraham | github.com

[twitter-dev] Re: [twitter-api-announce] Visual refresh of the OAuth screens

2011-04-28 Thread Abraham Williams
Here is a screenshoot of the new page. https://picasaweb.google.com/4braham/Screenshots#5600743120809142002 Note that app descriptions are now shown to users incase you were lazy (like me) and didn't include a real description. Abraham - Abraham Williams | InboxQ http://inboxq.com

Re: [twitter-dev] Re: Users/Lookup

2011-04-25 Thread Abraham Williams
('users/lookup', array('screen_name' = 'biz,twitterapi')); Abraham - Abraham Williams | Hacker Advocate | abrah.am http://abrah.amJust launched from Answerly http://answerly.com: InboxQhttp://inboxq.comfor Chrome @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am

Re: [twitter-dev] HTTP API calls redirect to HTTPS?

2011-04-21 Thread Abraham Williams
- Abraham Williams | Hacker Advocate | abrah.am http://abrah.amJust launched from Answerly http://answerly.com: InboxQhttp://inboxq.comfor Chrome @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Thu, Apr 21

Re: [twitter-dev] Users/Lookup

2011-04-12 Thread Abraham Williams
Try: $userDeets = $connection-get('users/lookup' array('screen_name' = 'biz,twitterapi')); That should work. Abraham - Abraham Williams | Hacker Advocate | abrah.am http://abrah.amJust launched from Answerly http://answerly.com: InboxQhttp://inboxq.comfor Chrome @abraham https

Re: [twitter-dev] Re: Hello with OAuth connection

2011-03-27 Thread Abraham Williams
The variable name $xml was changed to $statuses further up and you didn't change the later $xml to $statuses. Abraham - Abraham Williams | Hacker Advocate | abrah.am http://abrah.amJust launched from Answerly http://answerly.com: InboxQhttp://inboxq.comfor Chrome @abraham https

Re: [twitter-dev] Re: Hello with OAuth connection

2011-03-27 Thread Abraham Williams
var_dump() the $statuses var to make sure it is what you expect and change the foreach() as appropriate. Abraham - Abraham Williams | Hacker Advocate | abrah.am http://abrah.amJust launched from Answerly http://answerly.com: InboxQhttp://inboxq.comfor Chrome @abraham https

Re: [twitter-dev] Hello with OAuth connection

2011-03-25 Thread Abraham Williams
, CONSUMER_SECRET, OAUTH_TOKEN, OAUTH_TOKEN_SECRET); $statuses = $connection-get('statuses/user_timeline', array('screen_name' = $twitterUser')); Abraham - Abraham Williams | Hacker Advocate | abrah.am http://abrah.amJust launched from Answerly http://answerly.com: InboxQhttp

Re: [twitter-dev] Re: Hello with OAuth connection

2011-03-25 Thread Abraham Williams
Oops. I had a type. The = needs a directly after it like = Abraham - Abraham Williams | Hacker Advocate | abrah.am http://abrah.amJust launched from Answerly http://answerly.com: InboxQhttp://inboxq.comfor Chrome @abraham https://twitter.com/abraham | github.com/abraham

Re: [twitter-dev] oAuth Tweet of me api call Could not authenticate

2011-03-22 Thread Abraham Williams
You are making the retweets_of_me request directly with cURL instead of with TwitterOAuth. You should do something like: $content = $connection-get('statuses/retweets_of_me'); Abraham - Abraham Williams | Hacker Advocate | abrah.am http://abrah.amJust launched from Answerly http

Re: [twitter-dev] Re: Twiiter Latest 20 Tweets requires authorization

2011-03-22 Thread Abraham Williams
I just posted an answer in the other thread you started: https://groups.google.com/forum/#!topic/twitter-development-talk/JE_N9nzJI9c Abraham - Abraham Williams | Hacker Advocate | abrah.am http://abrah.amJust launched from Answerly http://answerly.com: InboxQhttp://inboxq.comfor

Re: [twitter-dev] twitter app to be used at a kiosk (aka public computer)

2011-03-07 Thread Abraham Williams
The best work around I currently know of is after users logout of your site to display a prompt reminding them to logout of twitter.com too. Abraham - Abraham Williams | Hacker Advocate | abrah.am http://abrah.amJust launched from Answerly http://answerly.com: InboxQhttp

Re: [twitter-dev] Trying to use Abraham's twitteroauth library to make search query, returns list of numbers in scientific notation?

2011-02-28 Thread Abraham Williams
supports. In officially supported Twitter API methods most id elements have a matching id_str element that is a string. Abraham - Abraham Williams | Hacker Advocate | abrah.am http://abrah.amJust launched from Answerly http://answerly.com: InboxQhttp://inboxq.comfor Chrome @abraham https

Re: [twitter-dev] Correct way to handle statues id using PHP with twitter retweet api

2011-02-25 Thread Abraham Williams
pass them as the second argument. Abraham - Abraham Williams | Hacker Advocate | abrah.am http://abrah.amJust launched from Answerly http://answerly.com: InboxQhttp://inboxq.comfor Chrome @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable

Re: [twitter-dev] Problem with posting info to twitter account

2011-02-22 Thread Abraham Williams
Try not urlencode()ing the text of the tweet. Abraham - Abraham Williams | Hacker Advocate | abrah.am http://abrah.amJust launched from Answerly http://answerly.com: InboxQhttp://inboxq.comfor Chrome @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email

Re: [twitter-dev] Re: Twitter OAuth PHP - Submit tweets without user login?

2011-02-17 Thread Abraham Williams
Here is pretty much the simplest code to post a new status: https://gist.github.com/564882 Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private

Re: [twitter-dev] Re: Twitter OAuth PHP - Submit tweets without user login?

2011-02-17 Thread Abraham Williams
Look at the comments at the top of twitter.php. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Thu, Feb 17, 2011 at 12:26, ritesh ranjan

Re: [twitter-dev] Points of interest pages?

2011-02-15 Thread Abraham Williams
Is this what you are looking for? https://twitter.com/#!/places/31bb95642f3f50ae Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Tue, Feb 15

Re: [twitter-dev] Re: Update on Whitelisting

2011-02-12 Thread Abraham Williams
but my reading of the announcement is that only the REST API whitelisting is being deprecated. http://dev.twitter.com/pages/rate-limiting#whitelisting Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am

Re: [twitter-dev] Re: Update on Whitelisting

2011-02-11 Thread Abraham Williams
Whitelisting never impacted DM limits or Search API limits. Niether of those are affected by @rsarver's announcement. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask

Re: [twitter-dev] Re: Is includes_rts=true for statuses/mentions broken?

2011-02-09 Thread Abraham Williams
be included user As user_timeline with include_rts. Include_rts has no effect on /statuses/mentions because the original tweet is already included due to the fact it is a mention. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com

Re: [twitter-dev] Re: Send status update with OAuth/PHP/cURL

2011-02-07 Thread Abraham Williams
You do not need to change anything in OAuth.php or twitteroauth.php. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Mon, Feb 7, 2011 at 08

Re: [twitter-dev] twitteroauth and multiple domains

2011-02-06 Thread Abraham Williams
You need to set your callback url in config.php. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Sun, Feb 6, 2011 at 11:26, Archia tomarchib

Re: [twitter-dev] Is there going to be another Chirp?

2011-02-06 Thread Abraham Williams
How about some more state of the union events too. I thought they were going to be quarterly. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private

Re: [twitter-dev] Re: abraham / twitteroauth

2011-02-06 Thread Abraham Williams
Why are you sending users to clearsessions.php if you don't wan't the session data cleared? clearsessions.php is essentially a reset to simulate logging out of an application. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com

Re: [twitter-dev] Connections

2011-02-06 Thread Abraham Williams
. follows_in_common_with.json is the other endpoint I noticed. There could be a few more that didn't show up for my account. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x

Re: [twitter-dev] Re: OAuth Token expires or no?

2011-02-03 Thread Abraham Williams
Make sure you are actually save the access token in the db and using those values for your requests. It sounds almost like they access token is being pulled from a session which expires after a while. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com

Re: [twitter-dev] Issues with GET users/show

2011-02-02 Thread Abraham Williams
-format = 'xml'; $xml = $connection-get(users/show, array('screen_name' = $NAME); Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Wed, Feb 2

Re: [twitter-dev] Re: abraham / twitteroauth

2011-02-02 Thread Abraham Williams
callback.php provides a good spot for saving access_tokens to a persistant storage. https://github.com/abraham/twitteroauth/blob/master/callback.php#L34 Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am

Re: [twitter-dev] Re: abraham / twitteroauth

2011-02-02 Thread Abraham Williams
I will just revoke access until authorization happens again. You don't have to revoke access though. You can just clear the sessions and go through the flow. It will be the same you just won't have to click allow each time. Abraham - Abraham Williams | Hacker Advocate | abrah.am

Re: [twitter-dev] Re: Upgrading from Read to Read / Write access for OAuth API Key

2011-01-31 Thread Abraham Williams
Upgraded by going through the authorization flow. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Mon, Jan 31, 2011 at 15:34, Tim Bull tim.b

Re: [twitter-dev] Upgrading from Read to Read / Write access for OAuth API Key

2011-01-30 Thread Abraham Williams
platform for further development. Thank you again, Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Sun, Jan 30, 2011 at 11:19, Taylor Singletary

Re: [twitter-dev] Send status update with OAuth/PHP/cURL

2011-01-27 Thread Abraham Williams
Using TwitterOAuth you basically need three lines of code to get started. https://gist.github.com/564882 Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first

Re: [twitter-dev] [PHP] Automatic tweets from a site?

2011-01-21 Thread Abraham Williams
It is very easy using https://github.com/abraham/twitteroauth and this example script https://gist.github.com/564882 Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask

Re: [twitter-dev] t.co Posting Questions

2011-01-12 Thread Abraham Williams
I would not recommend using it yet but Twitter for Mac is using the endpoint /urls/shorten.json?url=http://example.com http://t.co/6wD3idD Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email

Re: [twitter-dev] Question on Lists

2011-01-07 Thread Abraham Williams
If you are trying to pull in the statuses from a list then you would do: $xml = $connection-get('twitter/lists/team/statuses'); Were twitter is the account who created the list and team is the ID or slug of the list. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham

Re: [twitter-dev] Problem with twitter update status message

2011-01-07 Thread Abraham Williams
Here is a simple PHP script that will post updates to a single account using OAuth: https://gist.github.com/592098 Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask

Re: [twitter-dev] twurl is getting Read-only application cannot POST

2011-01-04 Thread Abraham Williams
-Only, not my app? No. It Twurl is just acting like a library that is using your applications consumer key and secret. (Which you should reset if those are you real values in the emails). Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham

Re: [twitter-dev] twitter sign-on and user_id based urls

2011-01-04 Thread Abraham Williams
Are we playing necroing now? http://www.urbandictionary.com/define.php?term=necroing Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Tue, Jan

Re: [twitter-dev] twurl is getting Read-only application cannot POST

2011-01-04 Thread Abraham Williams
I don't think PayPal sends coffees... At this point I would recommend creating a new application. If you are still having issues deleting the existing one you should be able to rename it to something else and delete it later. Abraham - Abraham Williams | Hacker Advocate | abrah.am

Re: [twitter-dev] twurl is getting Read-only application cannot POST

2011-01-03 Thread Abraham Williams
Unless things have changed recently users who have already authorized the application will first have to visit https://twitter.com/settings/connections and revoke access before being sent through the OAuth process again. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham

Re: [twitter-dev] Beginner's trouble with OAuth (using Abraham's PHP library)

2011-01-03 Thread Abraham Williams
server is probably are able to connect to https://api.twitter.com. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Mon, Jan 3, 2011 at 20:26

Re: [twitter-dev] twitteroauth curl http_code returns zero

2010-12-31 Thread Abraham Williams
cURL returning a http_code of 0 generally means that your server can't make connections to https://api.twitter.com. Make sure you don't have a firewall blocking connections. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com

Re: [twitter-dev] Re: Access Tokens Changed?

2010-12-27 Thread Abraham Williams
is currently authenticating with will have an invalidated access token. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Mon, Dec 27, 2010 at 06

Re: [twitter-dev] Return NULL in JSON XML

2010-12-22 Thread Abraham Williams
JSON is used by default so you should be using $content = $connection-get('statuses/followers'); Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private

Re: [twitter-dev] Please check you are using the correct API and host

2010-12-16 Thread Abraham Williams
https should be preferred on many of these especially anything that is transferring protected data. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private

Re: [twitter-dev] Twitter Api show username

2010-12-08 Thread Abraham Williams
Something like: echo $content-scree_name; will display the screen_name on the page. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Wed, Dec

Re: [twitter-dev] hot to get all friend list

2010-12-03 Thread Abraham Williams
What do you mean by populate friend? It looks like your code should mostly work. One issue is the while loop will never end because next_cursor returns 0 when there are no more results which is greater then -1. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https

Re: [twitter-dev] 401 Could not authenticate you using abraham twitteroauth

2010-12-01 Thread Abraham Williams
I don't see you exchanging the request token for an access token anywhere. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Wed, Dec 1, 2010

Re: [twitter-dev] Re: oAuth reporting a status update error when none exists

2010-11-30 Thread Abraham Williams
What does $connection-http_code return after calling $connection-post when you get the duplicate error message? Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first

Re: [twitter-dev] Re: How do I find the URL of a Twitter user WWW page, having only their twitterID?

2010-11-29 Thread Abraham Williams
As I said in my email it was the second tip listed from the link. https://twitter.com/account/redirect_by_id?id=9436992 Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x

Re: [twitter-dev] Introducing Qwerly API (shameless plug)

2010-11-29 Thread Abraham Williams
Nice job Max. It was very accurate for my profile. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Sat, Nov 20, 2010 at 08:19, Max

Re: [twitter-dev] oAuth reporting a status update error when none exists

2010-11-29 Thread Abraham Williams
they are not. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Mon, Nov 29, 2010 at 20:18, EastSideDev eastside...@gmail.com wrote: I have an application

Re: [twitter-dev] trying to get friends suggestions

2010-11-28 Thread Abraham Williams
This call is trying to get the suggested users in the category of category. Try something like this: $suggestions=$connection-get('users/suggestions/sports'); Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham

Re: [twitter-dev] Simple example of how to post a tweet from my website using PHP

2010-11-28 Thread Abraham Williams
To tweet to your own Twitter account with TwitterOAuth is as simple as three line of code: https://gist.github.com/564882 The wiki also lists a number of excellent guides/howtos specific for TwitterOAuth: https://github.com/abraham/twitteroauth/wiki/links Abraham - Abraham Williams

Re: [twitter-dev] Twitter API

2010-11-28 Thread Abraham Williams
similar to OAuth 2. You could use the internal authentication mechonism it uses although it is unsupported and could break at anytime: http://blog.abrah.am/2010/09/hacking-twitter-anywheres.html Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham

Re: [twitter-dev] Check if user is already logged in?

2010-11-19 Thread Abraham Williams
- Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Fri, Nov 19, 2010 at 18:36, Patrick Golden artiz...@gmail.com wrote: Is it possible to check to see

Re: [twitter-dev] Re: How do I find the URL of a Twitter user WWW page, having only their twitterID?

2010-11-18 Thread Abraham Williams
Second tip: http://blog.abrah.am/2010/04/little-known-twitter-and-twitterapi.html Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Thu, Nov 18

Re: [twitter-dev] Enabling Geotagging to user tweet

2010-11-18 Thread Abraham Williams
You can send users directly to https://twitter.com/account/geo which is mobile friendly. http://blog.abrah.am/2010/04/little-known-twitter-and-twitterapi.html Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham

Re: [twitter-dev] @Anywhere communicate with PHP OAuth

2010-11-17 Thread Abraham Williams
- Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Tue, Nov 16, 2010 at 20:57, John Barratt djo...@gmail.com wrote: On 6/10/10 7:17 AM, Abraham Williams wrote

Re: [twitter-dev] Failed to validate oauth signature and token

2010-11-11 Thread Abraham Williams
Your servers clock needs to be properly synced using NTP. http://en.wikipedia.org/wiki/Network_Time_Protocol Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first

Re: [twitter-dev] Re: How is the newTwitter getting Replies to this Tweet?

2010-11-04 Thread Abraham Williams
Looks like they changed it. Maybe it didn't scale. Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Thu, Nov 4, 2010 at 19:11, Orian Marx (@orian

Re: [twitter-dev] foly.net/tw twitter api problem

2010-11-03 Thread Abraham Williams
Make sure your servers time is correctly synced. If it is more then five minutes off from Twitter's servers API requests will fail. Make sure valid consumer keys are being used. Make sure there is not a firewall or proxy blocking connections to Twitter. Abraham - Abraham Williams

Re: [twitter-dev] Re: TwitterOAuth example gets 401 all the time

2010-10-31 Thread Abraham Williams
Check to make sure the clock on the server/computer is correct. If it is off by more then five minutes this is likely the problem. Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x

Re: [twitter-dev] Re: TwitterOAuth fails in getRequestToken()

2010-10-30 Thread Abraham Williams
and libcurl isn't explicitly enabled in the configuration command. Should it be? If it should that's the cause of the problem. On 30 oct, 14:22, José Luis jlgon...@ya.com wrote: On 30 oct, 05:55, Abraham Williams 4bra...@gmail.com wrote: What does printing $connection-http_code after making the call

Re: [twitter-dev] TwitterOAuth fails in getRequestToken()

2010-10-29 Thread Abraham Williams
What does printing $connection-http_code after making the call return? Abraham -- Evobots configured this transmission while traveling at 50 billion times the speed of light. On Oct 29, 2010 3:38 PM, José Luis jlgon...@ya.com wrote: I'm trying TwitterOAuth's examples and have come across the

Re: [twitter-dev] get id without calling verify_credentials via abraham's OAuth

2010-10-28 Thread Abraham Williams
$_SESSION['access_token']['user_id'] should work. User_id and screen_name are returned from /oauth/access_token. Abraham -- Evobots configured this transmission while traveling at 50 billion times the speed of light. On Oct 28, 2010 7:50 PM, crystalchris 0796...@gmail.com wrote: I have been

Re: [twitter-dev] Re: status/update in_reply_to_user_id not being acknowledged

2010-10-13 Thread Abraham Williams
where I replied to myself at the very end of the text. https://twitter.com/#!/abraham/status/27035921296 Abraham - Abraham Williams | Hacker Advocate | http://abrah.am Update: http://blog.abrah.am/2010/10/organizing-my-life.html @abraham | http://projects.abrah.am | http://blog.abrah.am

Re: [twitter-dev] Re: Getting a Twitter User's Profile Image

2010-10-11 Thread Abraham Williams
to the twitter-profile-image class so it works on all profile images. Optionally you can also send a ping to your server so it knows to update the cached URL. Abraham - Abraham Williams | Hacker Advocate | http://abrah.am Update: http://blog.abrah.am/2010/10/organizing-my-life.html @abraham

Re: [twitter-dev] custom twitter button

2010-10-07 Thread Abraham Williams
This his the API Twitter uses. Keep in mind it is not documented or officially supported and could break at anytime. http://goo.gl/ydfK Abraham - Abraham Williams | Hacker Advocate | http://abrah.am Update: http://blog.abrah.am/2010/10/organizing-my-life.html @abraham | http

Re: [twitter-dev] @Anywhere communicate with PHP OAuth

2010-10-05 Thread Abraham Williams
The functionality is there just not officially supported. http://blog.abrah.am/2010/09/using-twitter-anywhere-bridge-codes.html Abraham - Abraham Williams | Hacker Advocate | http://abrah.am Update: http://blog.abrah.am/2010/10/organizing-my-life.html @abraham | http

Re: [twitter-dev] Re: Help converting Basic Auth to oAuth

2010-10-04 Thread Abraham Williams
It might be the following but you can var_dump() $tweets and see the structure of it to be sure. foreach ($tweets as $tweet) { echo $tweet-status-text; } Abraham - Abraham Williams | Hacker Advocate | http://abrah.am Update: http://blog.abrah.am/2010/10/organizing-my-life.html

Re: [twitter-dev] Re: help with accessing the streaming api

2010-09-30 Thread Abraham Williams
They ditched the effort to switch the status store to Cassandra though. http://engineering.twitter.com/2010/07/cassandra-at-twitter-today.html Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email

Re: [twitter-dev] Need tips: write php script (run by cron jobs) to post to twitter from another website

2010-09-30 Thread Abraham Williams
Do you have an access token embedded in the script? If not you can get one following the instructions on http://dev.twitter.com/pages/oauth_single_token Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email

Re: [twitter-dev] Re: Help converting Basic Auth to oAuth

2010-09-30 Thread Abraham Williams
'); $connection = new TwitterOAuth('consumer key', 'consumer secret', 'access token', 'access token secret'); $tweets = $connection-get('statuses/friends_timeline'); $latesttweets = count($tweets); Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am

Re: [twitter-dev] Re: user_timeline since_id issues

2010-09-30 Thread Abraham Williams
Here is a closed feature request from forever ago to return the status_id of all statuses for a user. Maybe Twitter wil reconsider the request. http://code.google.com/p/twitter-api/issues/detail?id=379 Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http

Re: [twitter-dev] Re: Help converting Basic Auth to oAuth

2010-09-30 Thread Abraham Williams
as $tweet) { echo $tweet-text; } Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Thu, Sep 30, 2010 at 11:38, Lorraine lorrainema...@gmail.com wrote

Re: [twitter-dev] Re: user_timeline since_id issues

2010-09-30 Thread Abraham Williams
Considering Twitter can support returning the ids of almost 300,000 followers then 40,000 tweets should be easy. http://api.twitter.com/1/followers/ids.json?screen_name=rsarver Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http

Re: [twitter-dev] Re: user_timeline since_id issues

2010-09-30 Thread Abraham Williams
Us outsiders have to get our pokes and prods in while we can :-P Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Thu, Sep 30, 2010 at 14:19, Taylor

Re: [twitter-dev] Re: user_timeline since_id issues

2010-09-30 Thread Abraham Williams
Thank you for the conjecturing :) Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Thu, Sep 30, 2010 at 14:57, Taylor Singletary taylorsinglet

Re: [twitter-dev] Re: help with accessing the streaming api

2010-09-29 Thread Abraham Williams
This is about as close as you will get and it is probably outdated already. http://mehack.com/map-of-a-twitter-status-object Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask

Re: [twitter-dev] direct_messages/destroy returning 404

2010-09-22 Thread Abraham Williams
direct_messages plural. Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Tue, Sep 21, 2010 at 23:01, DaveH d...@idreia.com wrote: My code is able

Re: [twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Abraham Williams
This should be all you need: http://gist.github.com/592098 Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Wed, Sep 22, 2010 at 10:10, Daniel

Re: [twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Abraham Williams
What line is that error occurring on? Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Wed, Sep 22, 2010 at 10:54, Daniel Contarini danielcontar

Re: [twitter-dev] Re: Problem with my curl remote app

2010-09-22 Thread Abraham Williams
You would not happen to be running PHP4 would you? Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Wed, Sep 22, 2010 at 11:38, Daniel Contarini

Re: [twitter-dev] Re: How do I get the id of the last status update?

2010-09-22 Thread Abraham Williams
/ twitterapi/test.php on line 23 Line 23 is echo $status; What am I overlooking? On 22 sep, 23:16, Abraham Williams 4bra...@gmail.com wrote: $status = $connection-post('statuses/update', array('status' = 'text to post')); $status-id; Abraham - Abraham Williams | Hacker

  1   2   3   4   5   6   7   8   9   10   >