[twitter-dev] Re: Twitter API Write Only Authorization

2010-10-11 Thread Markanday Singh
Or may be full itemized authorization !!

On Oct 11, 11:46 pm, Markanday Singh  wrote:
> Few APPs uses twitter API only for 2 reasons,
> 1-Authenticate user and get their User Info (A READ)
> 2-Occasionally Tweet On behalf of them (A WRITE)
>
> Just bring a category where an app is allowed to Authenticate user and
> tweet on behalf of them, This will bring trust among its users  that
> their private data (DMs) is no where breached, and all tweets are
> anyway transparent (i.e. user can see this app is mis-behaving by
> looking at their tweets)
>
> What You guys think???

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


[twitter-dev] Twitter API Write Only Authorization

2010-10-11 Thread Markanday Singh
Few APPs uses twitter API only for 2 reasons,
1-Authenticate user and get their User Info (A READ)
2-Occasionally Tweet On behalf of them (A WRITE)

Just bring a category where an app is allowed to Authenticate user and
tweet on behalf of them, This will bring trust among its users  that
their private data (DMs) is no where breached, and all tweets are
anyway transparent (i.e. user can see this app is mis-behaving by
looking at their tweets)

What You guys think???

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


[twitter-dev] I created one application which was read-only, then i updated it to read-write now i am not able to post tweet..

2010-10-02 Thread Markanday Singh
When posting tweet its says
"Read-only application cannot POST"

I re-generated the token and application and authorized from fresh but
still no luck.. please help!!

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


[twitter-dev] Screen_name vs ID for data storage

2010-09-28 Thread Markanday Singh
Is it possible that is some user will change his twitter handle, the
older twitter handle might be alloted to some other user???

Let me explain you my problem now
I am creating an app for twitter user, very similar to twitPic. (but
not for image posting :P)
Idea is i want to store some data corresponding to every twitter user
who might join my app.

In my database i have a table e.g
UserData
  ---key
  ---screen_name
  ---ActualData

Now the problem is a user can change his twitter handle on his next
visit, i might not be able to pull his data at all.
But if i will go with "ID", I have to query his screen name again from
twitter , i feel that its very messy.

So I thought that, Its ok if user will change his screen_name, He will
loose his data, I dont care!
but i am concerned that what if that screen_name will be alloted to
some other user? is that possible?

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