[twitter-dev] Re: website and OAuth

2010-05-20 Thread claudio-g-c
i'm facing an equal scenario like the one above...
i'm running a website where 2 to 3 users post status updates to that
site which are posted then to twitteraccounts of the corresponding
user. so basically i want to send updates to 2 or 3 twitter accounts
via a php script. the users send their status updates via e-mails to
the website and the script updates the website and posts to the
twitter account of the user who has send in the status update.
do i need to implement the whole OAuth process or can i use single
tokens?
thanks in advance!

Claudio

On May 11, 4:11 pm, glenn gillen gl...@rubypond.com wrote:
 Dan,

 I've taken a stab at answering your questions below:

  now from my understanding i need to change this over to start using
  OAuth is this correct? the system does it all back end so my bloggers
  dont write anything it auto does it for you, it posts to the one
  single twitter account.

 Yes you will need to switch over.

  now do i need to change to OAuth to get this to run when the date
  finally comes around, if so do i need to create an application? as it
  isnt really an application as such, this is the bit that confuses me a
  bit.

 You can switch over immediately, there's no need to wait until the
 cutoff date comes around. And yes you will need to create an
 application, it's just that this particular application will only.

 Details on some OAuth libraries (including PHP 
 ones):http://apiwiki.twitter.com/OAuth-Examples
 Details on how to easily get a single 
 token:http://dev.twitter.com/pages/oauth_single_token

  so i guess the question is do i need to change to oAuth and should i
  create an application if so would i need to create a callback URL as
  there wont be any callbacks as such would there as i would only be
  posting to my twitter feed.

 The single token approach can avoid the need for callbacks, so long as
 you don't need to tweet to other users accounts.
 --
 Glenn Gillenhttp://glenngillen.com/


[twitter-dev] Re: website and OAuth

2010-05-11 Thread glenn gillen
Dan,

I've taken a stab at answering your questions below:

 now from my understanding i need to change this over to start using
 OAuth is this correct? the system does it all back end so my bloggers
 dont write anything it auto does it for you, it posts to the one
 single twitter account.

Yes you will need to switch over.

 now do i need to change to OAuth to get this to run when the date
 finally comes around, if so do i need to create an application? as it
 isnt really an application as such, this is the bit that confuses me a
 bit.

You can switch over immediately, there's no need to wait until the
cutoff date comes around. And yes you will need to create an
application, it's just that this particular application will only.

Details on some OAuth libraries (including PHP ones):
http://apiwiki.twitter.com/OAuth-Examples
Details on how to easily get a single token: 
http://dev.twitter.com/pages/oauth_single_token

 so i guess the question is do i need to change to oAuth and should i
 create an application if so would i need to create a callback URL as
 there wont be any callbacks as such would there as i would only be
 posting to my twitter feed.

The single token approach can avoid the need for callbacks, so long as
you don't need to tweet to other users accounts.
--
Glenn Gillen
http://glenngillen.com/


[twitter-dev] Re: Website!

2009-09-01 Thread chepe263

Start with simple code. I'm using php and the Rest Api from twitter.
At the moment i can put my friends_timeline on a php page and
compare username and passwords to make a login.

see ya!!
(era mas para presumir que para ayudar jeje)
chepe263


[twitter-dev] Re: Website!

2009-08-31 Thread Andrew Badera

Wave your magic wand, demand some plz send teh codez, and your wish
will come true!

You're probably better going to the Drupal community for this if you
intend to use Drupal. This isn't a website building tutorial list.
This isn't a Drupal how-to list. Most of us here probably don't even
use Drupal. (I have, but not for anything Twitter related, but I'm
sure there's a module.)

∞ Andy Badera
∞ This email is: [ ] bloggable [x] ask first [ ] private
∞ Google me: http://www.google.com/search?q=(andrew+badera)+OR+(andy+badera)



On Mon, Aug 31, 2009 at 1:16 AM, priteshdesaiiampriteshde...@gmail.com wrote:

 I want to make a website closely tied with Twitter. I want users to
 signin, using Oauth. People can import there tweets on this site and
 also comment on others tweets.
 How can I make such a website?
 I would like to use Drupal to do it..
 Any ideas?



[twitter-dev] Re: Website!

2009-08-31 Thread priteshdesai

Hmmm... may be if you can do that work, I'd be glad to talk to you
about this.
I haven't got any time to do this right now, but I want to quickly put
out a site for this. Reach me if yo can do this.

On Aug 31, 6:10 pm, Adam Cloud cloudy...@gmail.com wrote:
 **Sprinkles some fairy dust**

 priteshdesai, your best bet is to take some time to read the API
 documentation on how it 
 works.http://apiwiki.twitter.com/Twitter-API-Documentation

 However, I'm sure if you whispered the right numbers into the air that
 someone might be willing to do some freelance work for you, there's many
 capable minds here ;)


[twitter-dev] Re: Website!

2009-08-31 Thread Abraham Williams
There is a Twitter Drupal module that does not support OAuth or Sign in with
Twitter yet.
http://drupal.org/project/twitter

If you check the issue queue those are both planned features.

There is also a lightweight Sign in with Twitter module that I wrote:

http://github.com/abraham/sign-in-with-twitter

Abraham

On Mon, Aug 31, 2009 at 00:16, priteshdesai iampriteshde...@gmail.comwrote:


 I want to make a website closely tied with Twitter. I want users to
 signin, using Oauth. People can import there tweets on this site and
 also comment on others tweets.
 How can I make such a website?
 I would like to use Drupal to do it..
 Any ideas?




-- 
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.
Sent from Madison, WI, United States


[twitter-dev] Re: Website!

2009-08-31 Thread Joseph Cheek

shameless_plug

And mine, www.cheek.com/downloads/Twitter_Auth

/shameless_plug

Abraham Williams wrote:
 There is a Twitter Drupal module that does not support OAuth or Sign
 in with Twitter yet.

 http://drupal.org/project/twitter

 If you check the issue queue those are both planned features. 

 There is also a lightweight Sign in with Twitter module that I wrote:

 http://github.com/abraham/sign-in-with-twitter

 Abraham

 On Mon, Aug 31, 2009 at 00:16, priteshdesai iampriteshde...@gmail.com
 mailto:iampriteshde...@gmail.com wrote:


 I want to make a website closely tied with Twitter. I want users to
 signin, using Oauth. People can import there tweets on this site and
 also comment on others tweets.
 How can I make such a website?
 I would like to use Drupal to do it..
 Any ideas?




 -- 
 Abraham Williams | Community Evangelist | http://web608.org
 Hacker | http://abrah.am | http://twitter.com/abraham
 Project | http://fireeagle.labs.poseurtech.com
 This email is: [ ] blogable [x] ask first [ ] private.
 Sent from Madison, WI, United States

-- 
Joseph Cheek
jos...@cheek.com, www.cheek.com
twitter: http://twitter.com/cheekdotcom