[twitter-dev] OAuth bug?

2011-08-26 Thread Jan Szumiec
Hey,

I've been experimenting with the streaming API for the past couple of days. 
While playing with different methods, I've discovered an interesting phenomenon 
-

When I make a request to 
http://stream.twitter.com/1/statuses/filter.json?track=bieber - I get a 200 
status code and everything works as expected.

However, when another keyword is added, and a request is made to 
http://stream.twitter.com/1/statuses/filter.json?track=bieber,obama I get a 401 
status code. Initially, I thought there may be a bug within the OAuth library 
that I was using, but then verified the requests using this tool: 
http://oauth.googlecode.com/svn/code/javascript/example/signature.html and the 
signatures generated by the library I was using (simple_oauth for ruby) were 
matching. Is there a panel somewhere that would let me look at the requests I 
issued to get a more detailed report of what went wrong?

This has to be something trivial - I can't imagine this being a bug on 
twitter's side, as I'd expect this scenario to be used extensively. When I use 
basic auth, everything works well, hence this must be a bug with OAuth. When 
generating a signature, the library I am using is encoding "," as %252C which I 
initially thought might be wrong, but after studying the OAuth specs, seem to 
be correct.

Thanks,
jan

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Custom Tweet button behaviour: can I capture the click?

2011-08-23 Thread Dave The Happy Singer
Hi all,

I am developing a web application that will use the 'Sign on with Twitter'
pattern. It will also feature Tweet buttons for sharing content.

In the case of signed-on users, I already have their authentication details
and authorisation to Tweet on their behalf. Therefore I can build a Tweeting
mechanism into my application for a smoother, more fully integrated
experience than the Twitter popup share page. However, I would like to take
advantage of the familiarity of the Twitter-supplied Tweet button design and
its counter, and just capture its onclick to reveal my own textarea/submit
mechanism, ajaxing into my server to send the Tweet from my app. My site
would fall back to the default Tweet button experience for users who are not
logged in.

What I would like to know is: is this possible, is it permissible, and does
anyone using this pattern have any guidelines regarding best practice or
pitfalls?

Thanks in advance for any help you can offer.


-- 
** *Dave The Happy
Singer
*
www.davethehappysinger.com | sm...@davethehappysinger.com |
@HappySinger

*InVinoVeritasPodcast.com * « the
hilarious skeptical comedy podcast!

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] twitter direct messages without recipient

2011-08-23 Thread Vadym Khokhlov
I have problem with parsing some direct messages. As described here:

https://dev.twitter.com/docs/api/1/get/direct_messages

JSONed direct message contains key  'recipient'. Value of this key is
dictionary with information about dm's recipient. And I parsing this
information like this (in python):

res_msg['receivers'] = msg['recipient']['screen_name']

But for several messages I've got error for code above:
TypeError: string indices must be integers, not str

Why in this case msg['recipient'] is not dictionary?
How can I get screen name of recipient?
Does 'recipient_screen_name' value always contains screen name or also may
be empty?

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Finding the unique URL or Status ID of a retweet.

2011-08-12 Thread zane
Hi

I am in a position where I have the URL to a number of tweets and the
twitter name of the users who retweeted them. The problem is that I do
not have the unique Status ID of the retweet, which I would like to
get.

Is there any way to get the unique Status ID for the retweet using
this information.
ie. By using the original twitter name and Status ID along with the
the twitter name of the retweeter, can I get the unique Status ID of
the retweet?

Thank you.

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] statuses/update failing to wrap 127.0.0.1 URLs via t.co after opting in

2011-08-11 Thread Chris McClelland
After opting into the optional t.co wrapping, we are still getting the 
following error when trying to post statuses w/ URLs that are greater than 
140 characters in length.

Example:

I just posted a review of the Roast Beef with Scallion Roll from Taiwan Cafe 
on Tasted Menu! 
http://127.0.0.1/boston/restaurants/taiwan-cafe/roast-beef-with-scallion-roll

Returns:  POST https://api.twitter.com/1/statuses/update.json: 403: Status 
is over 140 characters.

But if we change the 127.0.0.1 to 'www.tastedmenu.com', e.g.:

I just posted a review of the Roast Beef with Scallion Roll from Taiwan Cafe 
on Tasted Menu! 
http://www.tastedmenu.com/boston/restaurants/taiwan-cafe/roast-beef-with-scallion-roll

... it posts properly.

I assume t.co is punting on wrapping 127.0.0.1 URLs. Is this expected 
behavior?

Thanks,

Chris

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] help/configuration returning t.co size at 20 but t.co is still wrapping at 19

2011-08-11 Thread Taylor Singletary
Pointed out by TapBots -- verified it my self -- shouldn't the reporting on
help/configuration not change until the 15th?

@episod  - Taylor
Singletary

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] 回复:Exception in thread "main"

2011-08-11 Thread huai zhi huang
Hi all
 I got the same problems,when I execute the code :
twitter = new TwitterFactory().getInstance();
requestToken = twitter.getOAuthRequestToken();
I got the error:
  connect timed outRelevant discussions can be on the Internet at:
http://www.google.co.jp/search?q=0eeacd7f or
http://www.google.co.jp/search?q=d19ce52c
  TwitterException{exceptionCode=[0eeacd7f-d19ce52c 0eeacd7f-d19ce502], 
statusCode=-1, retryAfter=0, rateLimitStatus=null, version=2.2.1}
at twitter4j.internal.http.HttpClientImpl.request(HttpClientImpl.java:204)
at 
twitter4j.internal.http.HttpClientWrapper.request(HttpClientWrapper.java:65)
at 
twitter4j.internal.http.HttpClientWrapper.post(HttpClientWrapper.java:102)
at 
twitter4j.auth.OAuthAuthorization.getOAuthRequestToken(OAuthAuthorization.java:108)
at twitter4j.TwitterBaseImpl.getOAuthRequestToken(TwitterBaseImpl.java:271)
at twitter4j.TwitterBaseImpl.getOAuthRequestToken(TwitterBaseImpl.java:264)
at net.hydom.common.TwitterFilter.loginPage(TwitterFilter.java:108)
at net.hydom.common.TwitterFilter.doFilter(TwitterFilter.java:70)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.SocketTimeoutException: connect timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown 
Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown 
Source)
at twitter4j.internal.http.HttpClientImpl.request(HttpClientImpl.java:162)
... 19 more

any idea?

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] iframe and short url

2011-08-11 Thread Gábriel
How use iframe and short url together for the tweet button?

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Twitter streaming API using oauth with tracks that have spaces?

2011-08-11 Thread modsaid
I'm an early beginning myself.

you can try following the stream of a hashtag at
http://stream.twitter.com/1/statuses/filter.json?track=%23DamnItsTrue
for #DamnItsTrue

It require basic authentication with a valid twitter account


On Aug 10, 12:31 pm, deepa  wrote:
> can anyone post the sample using streaimg API..
> im not gettng how to start with this...

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Dossy Shiobara

Thanks.  Looking forward to being able to reply via email.


On 8/10/11 4:23 PM, Taylor Singletary wrote:
Email subscription options are configurable either from specific forum 
category pages or more universally at https://dev.twitter.com/user -- 
unfortunately you can't reply directly to emails yet, but it's a 
feature we're hoping to provide in the future.


--
Dossy Shiobara |  "He realized the fastest way to change
do...@panoptic.com |   is to laugh at your own folly -- then you
http://panoptic.com/   |   can let go and quickly move on." (p. 70)
  * WordPress * jQuery * MySQL * Security * Business Continuity *

--
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Jason Costa
Hi Dean,

We will turn off the ability to create new posts for the Google Group
this Friday, August 12th. From then on, all new posts should be
created over at: https://dev.twitter.com/discussions

Thanks,

--Jason


On Aug 10, 2:29 pm, "Dean Collins"  wrote:
> Taylor when will twitter-development-talk@googlegroups.com be switched
> off and archived so no future messages can be posted to it?
>
> Cheers,
>
> Dean
>
> 
>
> From: twitter-development-talk@googlegroups.com
> [mailto:twitter-development-talk@googlegroups.com] On Behalf Of Taylor
> Singletary
> Sent: Wednesday, August 10, 2011 4:23 PM
> To: twitter-development-talk@googlegroups.com
> Cc: Jason Costa
> Subject: Re: [twitter-dev] Twitter Development Talk to become read-only
> this Friday, August 12th
>
> Hi Dossy & Dean,
>
> Email subscription options are configurable either from specific forum
> category pages or more universally athttps://dev.twitter.com/user--
> unfortunately you can't reply directly to emails yet, but it's a feature
> we're hoping to provide in the future.
>
> We are moving to a single dev discussion 
> location:https://dev.twitter.com/discussions
>
> Announcements will be made on the developer 
> blog:https://dev.twitter.com/blog/category/announcementsand @twitterapi. As
> we've done with announcements for some time, we'll tend to directly link
> an announcement with a discussion thread -- now on
> dev.twitter.com/discussions instead of these older google groups.
>
> @episod <http://twitter.com/intent/user?screen_name=episod>  - Taylor
> Singletary
>
> On Wed, Aug 10, 2011 at 1:05 PM, Dossy Shiobara 
> wrote:
>
> How do I subscribe to the discussion forum via email?
>
> On 8/10/11 3:27 PM, Jason Costa wrote:
>
> With our move over to the new dev.twitter.com, we've shifted our
> attention toward answering questions in the developer discussions
> taking place at:
>
> https://dev.twitter.com/discussions
>
> --
> Dossy Shiobara         |      "He realized the fastest way to change
> do...@panoptic.com     |   is to laugh at your own folly -- then 
> youhttp://panoptic.com/  |   can let go and quickly move on." (p. 70)
>  * WordPress * jQuery * MySQL * Security * Business Continuity *
>
> --
> Have you visited the Developer Discussions feature 
> onhttps://dev.twitter.com/discussionsyet?
>
> Twitter developer links:
> Documentation and resources:https://dev.twitter.com/docs
> API updates via Twitter:https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership 
> settings:http://groups.google.com/group/twitter-development-talk/subscribe
>
> --
> Have you visited the Developer Discussions feature 
> onhttps://dev.twitter.com/discussionsyet?
>
> Twitter developer links:
> Documentation and resources:https://dev.twitter.com/docs
> API updates via Twitter:https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership 
> settings:http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


RE: [twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Dean Collins
Taylor when will twitter-development-talk@googlegroups.com be switched
off and archived so no future messages can be posted to it?

 

 

 

 

Cheers,

Dean

 

 



From: twitter-development-talk@googlegroups.com
[mailto:twitter-development-talk@googlegroups.com] On Behalf Of Taylor
Singletary
Sent: Wednesday, August 10, 2011 4:23 PM
To: twitter-development-talk@googlegroups.com
Cc: Jason Costa
Subject: Re: [twitter-dev] Twitter Development Talk to become read-only
this Friday, August 12th

 

Hi Dossy & Dean,

 

Email subscription options are configurable either from specific forum
category pages or more universally at https://dev.twitter.com/user --
unfortunately you can't reply directly to emails yet, but it's a feature
we're hoping to provide in the future.

 

We are moving to a single dev discussion location:
https://dev.twitter.com/discussions 

 

Announcements will be made on the developer blog:
https://dev.twitter.com/blog/category/announcements and @twitterapi. As
we've done with announcements for some time, we'll tend to directly link
an announcement with a discussion thread -- now on
dev.twitter.com/discussions instead of these older google groups.

 

@episod <http://twitter.com/intent/user?screen_name=episod>  - Taylor
Singletary



On Wed, Aug 10, 2011 at 1:05 PM, Dossy Shiobara 
wrote:

How do I subscribe to the discussion forum via email?




On 8/10/11 3:27 PM, Jason Costa wrote:

With our move over to the new dev.twitter.com, we've shifted our
attention toward answering questions in the developer discussions
taking place at:

https://dev.twitter.com/discussions

 

-- 
Dossy Shiobara |  "He realized the fastest way to change
do...@panoptic.com |   is to laugh at your own folly -- then you
http://panoptic.com/   |   can let go and quickly move on." (p. 70)
 * WordPress * jQuery * MySQL * Security * Business Continuity *



-- 
Have you visited the Developer Discussions feature on
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings:
http://groups.google.com/group/twitter-development-talk/subscribe

 

-- 
Have you visited the Developer Discussions feature on
https://dev.twitter.com/discussions yet?
 
Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi
 
Unsubscribe or change your group membership settings:
http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: rate limiting due to invalid oauth credentials

2011-08-10 Thread Matt Harris
Hey Mike,

Sorry to hear you were having problems there. If the credentials were being
rejected we would have returned an X-Warning header in the response letting
you know.

There is more information about this in our rate limiting documentation:
https://dev.twitter.com/docs/rate-limiting#rest

Hope that helps,
@themattharris 
Twitter, Inc.



On Wed, Aug 10, 2011 at 8:50 AM, mike3s  wrote:

> Read the docs...thought the call was authenticated, but discovered
> that the library I was using had a bug for situations where the call
> included certain characters. The authentication failed, but the query
> continued as an unauthenticated call. No error message. Bitch of a
> time figuring out what was happening; had to reverse engineer the
> library and step through it.
>
>
> On Jul 4, 2:09 pm, "Mo'b Mo'b"  wrote:
> > Authenticated Rate Limit --- 350 Calls per hour.
> > Unauthenticated Rate Limit --- 150 Calls per hour.
> >
> > Please read the docs.
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Taylor Singletary
Hi Dossy & Dean,

Email subscription options are configurable either from specific forum
category pages or more universally at https://dev.twitter.com/user --
unfortunately you can't reply directly to emails yet, but it's a feature
we're hoping to provide in the future.

We *are* moving to a single dev discussion location:
https://dev.twitter.com/discussions

Announcements will be made on the developer blog:
https://dev.twitter.com/blog/category/announcements and @twitterapi. As
we've done with announcements for some time, we'll tend to directly link an
announcement with a discussion thread -- now on
dev.twitter.com/discussionsinstead of these older google groups.

@episod  - Taylor
Singletary


On Wed, Aug 10, 2011 at 1:05 PM, Dossy Shiobara  wrote:

> How do I subscribe to the discussion forum via email?
>
>
>
> On 8/10/11 3:27 PM, Jason Costa wrote:
>
>> With our move over to the new dev.twitter.com, we've shifted our
>> attention toward answering questions in the developer discussions
>> taking place at:
>>
>> https://dev.twitter.com/**discussions
>>
>
> --
> Dossy Shiobara |  "He realized the fastest way to change
> do...@panoptic.com |   is to laugh at your own folly -- then you
> http://panoptic.com/   |   can let go and quickly move on." (p. 70)
>  * WordPress * jQuery * MySQL * Security * Business Continuity *
>
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/**discussionsyet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/**group/twitter-development-**talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


RE: [twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Dean Collins
And better still why aren't they just "forumising" the existing mailing
listwhats the point of having two locations for dev discussions.

Jason sorry mate but I'm calling you out on this and suggesting you
remove the forum and keep the information in a single location source.

 
Cheers,
Dean
 
 

-Original Message-
From: twitter-development-talk@googlegroups.com
[mailto:twitter-development-talk@googlegroups.com] On Behalf Of Dossy
Shiobara
Sent: Wednesday, August 10, 2011 4:05 PM
To: twitter-development-talk@googlegroups.com
Cc: Jason Costa
Subject: Re: [twitter-dev] Twitter Development Talk to become read-only
this Friday, August 12th

How do I subscribe to the discussion forum via email?


On 8/10/11 3:27 PM, Jason Costa wrote:
> With our move over to the new dev.twitter.com, we've shifted our
> attention toward answering questions in the developer discussions
> taking place at:
>
> https://dev.twitter.com/discussions

-- 
Dossy Shiobara |  "He realized the fastest way to change
do...@panoptic.com |   is to laugh at your own folly -- then you
http://panoptic.com/   |   can let go and quickly move on." (p. 70)
   * WordPress * jQuery * MySQL * Security * Business Continuity *

-- 
Have you visited the Developer Discussions feature on
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings:
http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Dossy Shiobara

How do I subscribe to the discussion forum via email?


On 8/10/11 3:27 PM, Jason Costa wrote:

With our move over to the new dev.twitter.com, we've shifted our
attention toward answering questions in the developer discussions
taking place at:

https://dev.twitter.com/discussions


--
Dossy Shiobara |  "He realized the fastest way to change
do...@panoptic.com |   is to laugh at your own folly -- then you
http://panoptic.com/   |   can let go and quickly move on." (p. 70)
  * WordPress * jQuery * MySQL * Security * Business Continuity *

--
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Twitter Development Talk to become read-only this Friday, August 12th

2011-08-10 Thread Jason Costa
Hi everyone,

With our move over to the new dev.twitter.com, we've shifted our
attention toward answering questions in the developer discussions
taking place at:

https://dev.twitter.com/discussions

If you have questions, please post them there and we'll continue to do
our best to answer them, and we hope the community will continue to
jump in and help there too.

In the meantime, we'll be closing the ability to post new threads in
the Google Groups starting this Friday, August 12th. We'll leave the
Groups open as read-only, so the archive of threads will remain
available.

Developing for Twitter is never a one-off event, and it's really
important that we continue to maintain a few channels for
disseminating critical announcements. If you're not already, please
start following along at:

1) Follow @twitterapi
- https://twitter.com/intent/user?screen_name=twitterapi
2) Subscribe to email notifications for blog posts for announcements
- https://dev.twitter.com/blog/category/announcements   (click
"Subscribe to category")
3) Subscribe to the RSS feed of the blog
- https://dev.twitter.com/blog/feed


Thanks,

--Jason

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Problems by JSOauth

2011-08-10 Thread amgarciac
Hello, I'm trying to set in my Twitter APP, based on JS&HTML&CSS, the
OAuth authentication/authotization by Javascript, but the window that
sould be opened at load the page to do the authorization displays the
following error message:

"Woa there!
This page is no longer valid. It seems that someone has already used
the information you provided. Please return to the previous page and
try again ... was probably an unintentional mistake."

I don't know how can I fix this problem; I've tried to find some
solutions on the Internet but I could not get nothing.
If it will be neccesary, I'll post the code.

Best regards

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: rate limiting due to invalid oauth credentials

2011-08-10 Thread mike3s
Read the docs...thought the call was authenticated, but discovered
that the library I was using had a bug for situations where the call
included certain characters. The authentication failed, but the query
continued as an unauthenticated call. No error message. Bitch of a
time figuring out what was happening; had to reverse engineer the
library and step through it.


On Jul 4, 2:09 pm, "Mo'b Mo'b"  wrote:
> Authenticated Rate Limit --- 350 Calls per hour.
> Unauthenticated Rate Limit --- 150 Calls per hour.
>
> Please read the docs.

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Mentions count

2011-08-10 Thread kamesh SmartDude
No There is no such API.

//kamesh

On Wed, Aug 10, 2011 at 8:40 PM, Glenn Ferguson wrote:

> I had asked a related question prior but never received a response:
> Is there an API that returns ONLY mentions that are in reply to a specific
> tweet?
>
> Thanks.
> Glenn
>
> On Aug 10, 2011, at 9:46 AM, nidhi  wrote:
>
> > Hi,
> >
> > How can I find total mentions for the account.
> > Right now API returns only 20 mentions.
> >
> > Please can anyone help me with this?
> >
> > Regards,
> > Nidhi Sarvaiya
> >
> > --
> > Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
> >
> > Twitter developer links:
> > Documentation and resources: https://dev.twitter.com/docs
> > API updates via Twitter: https://twitter.com/twitterapi
> >
> > Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Mentions count

2011-08-10 Thread Glenn Ferguson
I had asked a related question prior but never received a response:
Is there an API that returns ONLY mentions that are in reply to a specific 
tweet?

Thanks. 
Glenn

On Aug 10, 2011, at 9:46 AM, nidhi  wrote:

> Hi,
> 
> How can I find total mentions for the account.
> Right now API returns only 20 mentions.
> 
> Please can anyone help me with this?
> 
> Regards,
> Nidhi Sarvaiya
> 
> -- 
> Have you visited the Developer Discussions feature on 
> https://dev.twitter.com/discussions yet?
> 
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
> 
> Unsubscribe or change your group membership settings: 
> http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Mentions count

2011-08-10 Thread kamesh SmartDude
hai Nidhi,

u can't get the total mentions count.

//kamesh.

On Wed, Aug 10, 2011 at 7:16 PM, nidhi  wrote:

> Hi,
>
> How can I find total mentions for the account.
> Right now API returns only 20 mentions.
>
> Please can anyone help me with this?
>
> Regards,
> Nidhi Sarvaiya
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Mentions count

2011-08-10 Thread nidhi
Hi,

How can I find total mentions for the account.
Right now API returns only 20 mentions.

Please can anyone help me with this?

Regards,
Nidhi Sarvaiya

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Unable to post status

2011-08-10 Thread Naveen Tirupattur
Hi,

I get the below error when i try to post a status update using
twitter4j. I am not sure if i am missing any libraries in my build
path:



java.lang.NoSuchMethodError:
com.google.appengine.api.urlfetch.FetchOptions.setDeadline(Ljava/lang/
Double;)Lcom/google/appengine/api/urlfetch/FetchOptions;

Thanks,
-Naveen

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Twitter streaming API using oauth with tracks that have spaces?

2011-08-10 Thread deepa
can anyone post the sample using streaimg API..
im not gettng how to start with this...


-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Can twitter api update photo?

2011-08-10 Thread LoVenus
thank you very much.
But it's not profile image.
Just like this:http://twitter.com/#!/zh_lu/status/101116587351867392/
photo/1

On Aug 9, 11:13 pm, kamesh SmartDude 
wrote:
> you can update u r profile photo by using twitter API
>
> https://api.twitter.com/1/account/update_profile_image.json
>
> //kamesh.
>
>
>
> On Wed, Aug 10, 2011 at 11:29 AM, LoVenus  wrote:
> > Today I see we can update photo by twiiter.
>
> > So, will twiiter api support update photo?
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe- Hide 
> >quoted text -
>
> - Show quoted text -

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Can twitter api update photo?

2011-08-09 Thread kamesh SmartDude
you can update u r profile photo by using twitter API

https://api.twitter.com/1/account/update_profile_image.json

//kamesh.

On Wed, Aug 10, 2011 at 11:29 AM, LoVenus  wrote:

> Today I see we can update photo by twiiter.
>
> So, will twiiter api support update photo?
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Can twitter api update photo?

2011-08-09 Thread LoVenus
Today I see we can update photo by twiiter.

So, will twiiter api support update photo?

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Add to list

2011-08-09 Thread Amit Debnath
We intend to create an option of "Add to List" as in twitter. When clicked, 
this would show the authenticating user's lists and tick off those the 
target account is already part of. The problem is with the second part 
"ticking of the lists the target account is part of", as it is taking too 
many API calls. Is there any way we can get this done by a single or at the 
max two API calls?

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] other twitter forums

2011-08-09 Thread Taylor Singletary
Our small team at Twitter is very active in the developer discussions on
https://dev.twitter.com/discussions . We try to answer all the questions
that come in but often will let threads mellow for a bit to allow
non-Twitter employees a chance to answer. If there are any threads in
particular you're looking to get assistance with, let us know.

@episod  - Taylor
Singletary


On Tue, Aug 9, 2011 at 1:43 PM, Viaduct Productions <
li...@viaduct-productions.com> wrote:

> Active?  They all seem equally useless.  There is hardly any support.  I've
> asked the same question in 3 places and I've been waiting a month.  So much
> for an "API".
>
> But try this as you might get further than I have:
>
> http://code.google.com/p/twitter-api/issues/list
>
>
> _
> Rich in Toronto
>
> On 2011-08-09, at 4:24 PM, Jonas wrote:
>
> > Are there any other active twitter forums?
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: users/lookup

2011-08-09 Thread Justin
So it only works with POST for me when using authentication. Not sure
if this is an issue with the API itself.

On Aug 9, 12:17 pm, Justin  wrote:
> I'm using the users/lookup.json API and passing a valid list of
> user_ids that I retrieve from friends/ids (yes, there are <100).
>
> I keep getting the response: "No user matches for specified terms"
> when making the call, even though the list is valid and I have
> inspected the request being sent.
>
> Any ideas why this would be happening? The friends/ids call is working
> fine authenticated and I am trying to make a similar authenticated GET
> call with the users/lookup function.

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] other twitter forums

2011-08-09 Thread Viaduct Productions
Active?  They all seem equally useless.  There is hardly any support.  I've 
asked the same question in 3 places and I've been waiting a month.  So much for 
an "API".  

But try this as you might get further than I have:

http://code.google.com/p/twitter-api/issues/list


_
Rich in Toronto

On 2011-08-09, at 4:24 PM, Jonas wrote:

> Are there any other active twitter forums?

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] other twitter forums

2011-08-09 Thread Jonas
Are there any other active twitter forums?

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] users/lookup

2011-08-09 Thread Justin
I'm using the users/lookup.json API and passing a valid list of
user_ids that I retrieve from friends/ids (yes, there are <100).

I keep getting the response: "No user matches for specified terms"
when making the call, even though the list is valid and I have
inspected the request being sent.

Any ideas why this would be happening? The friends/ids call is working
fine authenticated and I am trying to make a similar authenticated GET
call with the users/lookup function.

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Cannot make POST with "Authorization: OAuth" headers works.

2011-08-09 Thread Blaise
Hi all,

I try to use the a POST request with the OAuth headers as follow to
post a message on my twitter:

POST /1/statuses/update.json HTTP/1.1
Host: api.twitter.com
Accept: */*
Authorization: OAuth
oauth_version="1.0",oauth_nonce="a1df9b758e16eaebe8a2208d1e210bfb",oauth_timestamp="1312861474",oauth_consumer_key="xx",oauth_token="x",oauth_signature_method="HMAC-
SHA1",oauth_signature="xx"
Content-Length: 155
Content-Type: application/x-www-form-urlencoded;
boundary=2a715dab42e9

status=This%20is%20a%20test

I am getting the following error:
{"error":"Could not authenticate with OAuth.","request":"\/1\/statuses
\/update.json"}

My OAuth parameters are correct, posting the same request without
using the "Authorization: OAuth " header works:

POST
https://api.twitter.com/1/statuses/update.json?oauth_consumer_key=&oauth_nonce=2d6a22df9e770428993c390131e72308&oauth_signature=&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1312861881&oauth_token=x&oauth_version=1.0&status=This%20is%20a%20test

So it seems that there is something specific to do when posting using
the "Authorization: OAuth" headers. Any advice?
I'm stuck on this and cannot move forward.

Thanks for replying.
Blaise.

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: What should I do to integrate Twitter?

2011-08-08 Thread Solyda Kim
Hi all,

I have used the older version of Twitter library developed by Matt Gemmell.
The API uses OAuth. But I encounter a problem that Twitter integration in my
iOS app doesn't work in OS4.1. That's why I wanna try with the new version
that uses XAuth.

Thanks,

Solyda

On Tue, Aug 9, 2011 at 12:33 PM, R  wrote:

> Why not use the more complete and cleaner OAuth.  Eventually, this
> will be a Twitter requirement.
>
> http://code.google.com/p/gtm-oauth/
>
>
>
> On Aug 8, 11:15 pm, kamesh SmartDude 
> wrote:
> > Hai Solyda,
> >
> > You must raise a ticket in twitter site to get the permission to use
> X-Auth
> > For your application.
> >
> > u should write about your application when u are raising a ticket. Then
> > Twitter team will give u the permission to access X-Auth.
> >
> > X-Auth allows u to skip the step of Weblogin Authentication/PINCode
> > Authentication.
> >
> > //kamesh
> >
> >
> >
> >
> >
> >
> >
> > On Mon, Aug 8, 2011 at 9:36 AM, Solyda  wrote:
> > > Hi all,
> >
> > > I have used the API developed by Matt Gemmell for Twitter Integration
> > > in iOS. I'm stuck when coming Authentication/Authorization. In the
> > > API, it states the following:
> >
> > > // XAuth login - NOTE: You MUST email Twitter with your application's
> > > OAuth key/secret to
> > > // get OAuth access. This will not work if you don't do this.
> > > - (NSString *)getXAuthAccessTokenForUsername:(NSString *)username
> >
> > >  password:(NSString *)password;
> >
> > > What should I do with this? Any help would be appreciated.
> >
> > > Thanks,
> >
> > > --
> > > Have you visited the Developer Discussions feature on
> > >https://dev.twitter.com/discussionsyet?
> >
> > > Twitter developer links:
> > > Documentation and resources:https://dev.twitter.com/docs
> > > API updates via Twitter:https://twitter.com/twitterapi
> >
> > > Unsubscribe or change your group membership settings:
> > >http://groups.google.com/group/twitter-development-talk/subscribe
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] What should I do to integrate Twitter?

2011-08-08 Thread Viaduct Productions
Found it.  


_
Rich in Toronto

On 2011-08-09, at 1:32 AM, Viaduct Productions wrote:

> Just out of curiosity, how DO you raise a ticket on the Twitter site?  I've 
> looked everywhere.  I've posted on the site, but it's been over a week and no 
> answer. 

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: What should I do to integrate Twitter?

2011-08-08 Thread R
Why not use the more complete and cleaner OAuth.  Eventually, this
will be a Twitter requirement.

http://code.google.com/p/gtm-oauth/



On Aug 8, 11:15 pm, kamesh SmartDude 
wrote:
> Hai Solyda,
>
> You must raise a ticket in twitter site to get the permission to use X-Auth
> For your application.
>
> u should write about your application when u are raising a ticket. Then
> Twitter team will give u the permission to access X-Auth.
>
> X-Auth allows u to skip the step of Weblogin Authentication/PINCode
> Authentication.
>
> //kamesh
>
>
>
>
>
>
>
> On Mon, Aug 8, 2011 at 9:36 AM, Solyda  wrote:
> > Hi all,
>
> > I have used the API developed by Matt Gemmell for Twitter Integration
> > in iOS. I'm stuck when coming Authentication/Authorization. In the
> > API, it states the following:
>
> > // XAuth login - NOTE: You MUST email Twitter with your application's
> > OAuth key/secret to
> > // get OAuth access. This will not work if you don't do this.
> > - (NSString *)getXAuthAccessTokenForUsername:(NSString *)username
>
> >  password:(NSString *)password;
>
> > What should I do with this? Any help would be appreciated.
>
> > Thanks,
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] What should I do to integrate Twitter?

2011-08-08 Thread Viaduct Productions
Just out of curiosity, how DO you raise a ticket on the Twitter site?  I've 
looked everywhere.  I've posted on the site, but it's been over a week and no 
answer. 

Cheers


_
Rich in Toronto

On 2011-08-09, at 1:15 AM, kamesh SmartDude wrote:

> You must raise a ticket in twitter site to get the permission to use X-Auth 
> For your application.

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] What should I do to integrate Twitter?

2011-08-08 Thread kamesh SmartDude
Hai Solyda,

You must raise a ticket in twitter site to get the permission to use X-Auth
For your application.

u should write about your application when u are raising a ticket. Then
Twitter team will give u the permission to access X-Auth.

X-Auth allows u to skip the step of Weblogin Authentication/PINCode
Authentication.

//kamesh

On Mon, Aug 8, 2011 at 9:36 AM, Solyda  wrote:

> Hi all,
>
> I have used the API developed by Matt Gemmell for Twitter Integration
> in iOS. I'm stuck when coming Authentication/Authorization. In the
> API, it states the following:
>
> // XAuth login - NOTE: You MUST email Twitter with your application's
> OAuth key/secret to
> // get OAuth access. This will not work if you don't do this.
> - (NSString *)getXAuthAccessTokenForUsername:(NSString *)username
>
>  password:(NSString *)password;
>
> What should I do with this? Any help would be appreciated.
>
> Thanks,
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] What should I do to integrate Twitter?

2011-08-08 Thread Solyda
Hi all,

I have used the API developed by Matt Gemmell for Twitter Integration
in iOS. I'm stuck when coming Authentication/Authorization. In the
API, it states the following:

// XAuth login - NOTE: You MUST email Twitter with your application's
OAuth key/secret to
// get OAuth access. This will not work if you don't do this.
- (NSString *)getXAuthAccessTokenForUsername:(NSString *)username

password:(NSString *)password;

What should I do with this? Any help would be appreciated.

Thanks,

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] mass DM limitation

2011-08-06 Thread Ran Margaliot
Hello,

I want to allow the users of my app to send the same DM to several of
their followers, what are the limitations regarding that? is it just
the 200 DM per day limit? i dont want twitter to flag my users as
spammers...

thanks

Ran

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: why are there tweets longer that 140 characters?

2011-08-05 Thread Taylor Singletary
If you're never going to show a tweet in a HTML context, it would be safe to
unescape the entitized characters. Tweets are often fed directly from an API
call to an HTML context, which is why we protect against malicious HTML by
escaping certain tags. Storing as received is likely the best bet.

@episod  - Taylor
Singletary


On Thu, Aug 4, 2011 at 11:10 PM, Jason Toy  wrote:

> I see how to fix it,I have to html unescape the tweet, is it safe to
> html unescape  all tweets ?
>
> On Aug 4, 4:58 pm, Jeremy Dunck  wrote:
> > Characters are not necessarily a single byte.  Which are you counting?
> >
> >
> >
> >
> >
> >
> >
> > On Thu, Aug 4, 2011 at 5:05 PM, Jason Toy  wrote:
> > > I see some tweets going through my system that are over 140
> > > characters, for example tweet id: 86955808553844736  is 284
> > > characters.
> > > Here is the actual tweet:
> > > "<*)))>< <*)))>< <*)))>< <*)))><
> > > <*)))>< <*)))>< <*)))>< <*)))><
> > > <*)))>< <*)))>< <*)))>< <*)))><
> > > <*)))>< <*)))>< <*)))>< <*)))><
> > > #phish #sbix"
> >
> > > Do I need to encode it a special way to get it to fit under 140
> > > characters or does this restriction not apply anymore?  My processing
> > > engine expects tweets to be under 140 characters.
> >
> > > --
> > > Have you visited the Developer Discussions feature onhttps://
> dev.twitter.com/discussionsyet?
> >
> > > Twitter developer links:
> > > Documentation and resources:https://dev.twitter.com/docs
> > > API updates via Twitter:https://twitter.com/twitterapi
> >
> > > Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Twitter Place IDs and Yahoo WOEIDs - is there a link?

2011-08-05 Thread daniel.winterst...@gmail.com
Is there any link between Twitter place information and Yahoo place
information?

The Twitter trends API uses Yahoo WOEIDs.
But the Twitter geo API talks about _Twitter_ place ids. It gives a
list of other supported place-ids
(https://dev.twitter.com/docs/places/finding-tweets-about-places) --
but strangely this doesn't include Yahoo.

Is it possible to convert between Yahoo WOEIDs and Twitter place ids?

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Twitter mentions count=200

2011-08-05 Thread Paul
Can anyone please assist me,

Im trying to get 200 mentions at a time, but twitter api only return
20 at a time (which is the default). I generate my base url and it
returns teh following (which ive checked is correct).

GET&http%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses
%2Fmentions.json&oauth_consumer_key%%26oauth_nonce
%3DYPQXNMDIXAJHNRCOGWIA%26oauth_signature_method%3DHMAC-
SHA1%26oauth_timestamp%3D1312530835%26oauth_token%3DXXX
%26oauth_version%3D1.0

Out of despiration I've even tried adding count=200 in here, but that
obviously doesnt work. Then my queryfields is generated like this,
which im passing using GET

count=200&oauth_consumer_key=XX&oauth_nonce=YPQXNMDIXAJHNRCOGWIA&oauth_signature_method=HMAC-
SHA1&oauth_signature=yhJrFa8Y7EFFwLXNGshfhw6fNzc
%3D&oauth_timestamp=1312530835&oauth_token=X&oauth_version=1.0

Im not getting any errors or anything, but i only get 20 mentions
back.

Please help.

Thank you

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: why are there tweets longer that 140 characters?

2011-08-04 Thread Jason Toy
I see how to fix it,I have to html unescape the tweet, is it safe to
html unescape  all tweets ?

On Aug 4, 4:58 pm, Jeremy Dunck  wrote:
> Characters are not necessarily a single byte.  Which are you counting?
>
>
>
>
>
>
>
> On Thu, Aug 4, 2011 at 5:05 PM, Jason Toy  wrote:
> > I see some tweets going through my system that are over 140
> > characters, for example tweet id: 86955808553844736  is 284
> > characters.
> > Here is the actual tweet:
> > "<*)))>< <*)))>< <*)))>< <*)))><
> > <*)))>< <*)))>< <*)))>< <*)))><
> > <*)))>< <*)))>< <*)))>< <*)))><
> > <*)))>< <*)))>< <*)))>< <*)))><
> > #phish #sbix"
>
> > Do I need to encode it a special way to get it to fit under 140
> > characters or does this restriction not apply anymore?  My processing
> > engine expects tweets to be under 140 characters.
>
> > --
> > Have you visited the Developer Discussions feature 
> > onhttps://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership 
> > settings:http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: why are there tweets longer that 140 characters?

2011-08-04 Thread Jason Toy
I am counting unicode characters.

On Aug 4, 4:58 pm, Jeremy Dunck  wrote:
> Characters are not necessarily a single byte.  Which are you counting?
>
>
>
>
>
>
>
> On Thu, Aug 4, 2011 at 5:05 PM, Jason Toy  wrote:
> > I see some tweets going through my system that are over 140
> > characters, for example tweet id: 86955808553844736  is 284
> > characters.
> > Here is the actual tweet:
> > "<*)))>< <*)))>< <*)))>< <*)))><
> > <*)))>< <*)))>< <*)))>< <*)))><
> > <*)))>< <*)))>< <*)))>< <*)))><
> > <*)))>< <*)))>< <*)))>< <*)))><
> > #phish #sbix"
>
> > Do I need to encode it a special way to get it to fit under 140
> > characters or does this restriction not apply anymore?  My processing
> > engine expects tweets to be under 140 characters.
>
> > --
> > Have you visited the Developer Discussions feature 
> > onhttps://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership 
> > settings:http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] why are there tweets longer that 140 characters?

2011-08-04 Thread Jeremy Dunck
Characters are not necessarily a single byte.  Which are you counting?

On Thu, Aug 4, 2011 at 5:05 PM, Jason Toy  wrote:
> I see some tweets going through my system that are over 140
> characters, for example tweet id: 86955808553844736  is 284
> characters.
> Here is the actual tweet:
> "<*)))>< <*)))>< <*)))>< <*)))><
> <*)))>< <*)))>< <*)))>< <*)))><
> <*)))>< <*)))>< <*)))>< <*)))><
> <*)))>< <*)))>< <*)))>< <*)))><
> #phish #sbix"
>
> Do I need to encode it a special way to get it to fit under 140
> characters or does this restriction not apply anymore?  My processing
> engine expects tweets to be under 140 characters.
>
>
>
> --
> Have you visited the Developer Discussions feature on 
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings: 
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] why are there tweets longer that 140 characters?

2011-08-04 Thread Jason Toy
I see some tweets going through my system that are over 140
characters, for example tweet id: 86955808553844736  is 284
characters.
Here is the actual tweet:
"<*)))>< <*)))>< <*)))>< <*)))><
<*)))>< <*)))>< <*)))>< <*)))><
<*)))>< <*)))>< <*)))>< <*)))><
<*)))>< <*)))>< <*)))>< <*)))><
#phish #sbix"

Do I need to encode it a special way to get it to fit under 140
characters or does this restriction not apply anymore?  My processing
engine expects tweets to be under 140 characters.



-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


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

2011-08-04 Thread EastSideDev
mea culpa

I had a space before the hyphen following screen_name.

$content = $this->oAuthConnection->get('users/lookup',
array('screen_name ' => $users_ids, 'include_entities' => 1));

Removing the space fixes the problem.

On Aug 4, 10:21 am, Abraham Williams <4bra...@gmail.com> wrote:
> 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  | abrah.am |
> abraham
> +
> @abraham  |
> github.com/abraham | blog.abrah.am
> This email is: [ ] shareable [x] ask first [ ] private.
>
>
>
>
>
>
>
> On Thu, Aug 4, 2011 at 10:12, EastSideDev  wrote:
> > PS: I am actually testing to see if the string is numerical (user_id),
> > or text (screen_name), and then calling using one of the following
> > methods:
>
> > $content = $oAuthConnection->get('users/lookup', array('user_id ' =>
> > $users_ids, 'include_entities' => 1));  OR
>
> > $content = $oAuthConnection->get('users/lookup', array('screen_name'
> > => $users_ids, 'include_entities' => 1));
>
> > Where $users_ids is a comma separated string containing up to 100
> > twitter IDs/screen_names
>
> > On Aug 4, 9:43 am, Abraham Williams <4bra...@gmail.com> wrote:
> > > What is the response you are getting from Twitter?
>
> > > Abraham
> > > -
> > > Abraham Williams | InboxQ  | abrah.am |
> > > abraham
> > > +
> > > @abraham  |
> > > github.com/abraham | blog.abrah.am
> > > This email is: [ ] shareable [x] ask first [ ] private.
>
> > > On Thu, Aug 4, 2011 at 08:58, EastSideDev  wrote:
> > > > I am using Abraham Williams' oAuth library. It's been working fine,
> > > > but I seem to have hit a snag on getting users profiles using
> > > >http://api.twitter.com/1/users/lookup.format.
>
> > > > Typically, I would do:
>
> > > > $oAuthConnection = new TwitterOAuth($keys['key'], $keys['secret'],
> > > > $keys['token'], $keys['TokenSecret']);
>
> > > > and then (for example), if I want to get my rate limit, I would do:
>
> > > > $content = $oAuthConnection->get('account/rate_limit_status');
>
> > > > or any number of other operations, but if I try to do:
>
> > > > $content = $oAuthConnection->get('users/lookup', array('user_id ' =>
> > > > $users_ids, 'include_entities' => 1));
>
> > > > Where $users_ids is a comma separated list (no more than 100), I am
> > > > getting nothing. Any ideas?
>
> > > > --
> > > > Have you visited the Developer Discussions feature on
> > > >https://dev.twitter.com/discussionsyet?
>
> > > > Twitter developer links:
> > > > Documentation and resources:https://dev.twitter.com/docs
> > > > API updates via Twitter:https://twitter.com/twitterapi
>
> > > > Unsubscribe or change your group membership settings:
> > > >http://groups.google.com/group/twitter-development-talk/subscribe
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


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  | abrah.am |
abraham
+
@abraham  |
github.com/abraham | blog.abrah.am
This email is: [ ] shareable [x] ask first [ ] private.



On Thu, Aug 4, 2011 at 10:12, EastSideDev  wrote:

> PS: I am actually testing to see if the string is numerical (user_id),
> or text (screen_name), and then calling using one of the following
> methods:
>
> $content = $oAuthConnection->get('users/lookup', array('user_id ' =>
> $users_ids, 'include_entities' => 1));  OR
>
> $content = $oAuthConnection->get('users/lookup', array('screen_name'
> => $users_ids, 'include_entities' => 1));
>
> Where $users_ids is a comma separated string containing up to 100
> twitter IDs/screen_names
>
> On Aug 4, 9:43 am, Abraham Williams <4bra...@gmail.com> wrote:
> > What is the response you are getting from Twitter?
> >
> > Abraham
> > -
> > Abraham Williams | InboxQ  | abrah.am |
> > abraham
> > +
> > @abraham  |
> > github.com/abraham | blog.abrah.am
> > This email is: [ ] shareable [x] ask first [ ] private.
> >
> >
> >
> >
> >
> >
> >
> > On Thu, Aug 4, 2011 at 08:58, EastSideDev  wrote:
> > > I am using Abraham Williams' oAuth library. It's been working fine,
> > > but I seem to have hit a snag on getting users profiles using
> > >http://api.twitter.com/1/users/lookup.format.
> >
> > > Typically, I would do:
> >
> > > $oAuthConnection = new TwitterOAuth($keys['key'], $keys['secret'],
> > > $keys['token'], $keys['TokenSecret']);
> >
> > > and then (for example), if I want to get my rate limit, I would do:
> >
> > > $content = $oAuthConnection->get('account/rate_limit_status');
> >
> > > or any number of other operations, but if I try to do:
> >
> > > $content = $oAuthConnection->get('users/lookup', array('user_id ' =>
> > > $users_ids, 'include_entities' => 1));
> >
> > > Where $users_ids is a comma separated list (no more than 100), I am
> > > getting nothing. Any ideas?
> >
> > > --
> > > Have you visited the Developer Discussions feature on
> > >https://dev.twitter.com/discussionsyet?
> >
> > > Twitter developer links:
> > > Documentation and resources:https://dev.twitter.com/docs
> > > API updates via Twitter:https://twitter.com/twitterapi
> >
> > > Unsubscribe or change your group membership settings:
> > >http://groups.google.com/group/twitter-development-talk/subscribe
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


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

2011-08-04 Thread EastSideDev
PS: I am actually testing to see if the string is numerical (user_id),
or text (screen_name), and then calling using one of the following
methods:

$content = $oAuthConnection->get('users/lookup', array('user_id ' =>
$users_ids, 'include_entities' => 1));  OR

$content = $oAuthConnection->get('users/lookup', array('screen_name'
=> $users_ids, 'include_entities' => 1));

Where $users_ids is a comma separated string containing up to 100
twitter IDs/screen_names

On Aug 4, 9:43 am, Abraham Williams <4bra...@gmail.com> wrote:
> What is the response you are getting from Twitter?
>
> Abraham
> -
> Abraham Williams | InboxQ  | abrah.am |
> abraham
> +
> @abraham  |
> github.com/abraham | blog.abrah.am
> This email is: [ ] shareable [x] ask first [ ] private.
>
>
>
>
>
>
>
> On Thu, Aug 4, 2011 at 08:58, EastSideDev  wrote:
> > I am using Abraham Williams' oAuth library. It's been working fine,
> > but I seem to have hit a snag on getting users profiles using
> >http://api.twitter.com/1/users/lookup.format.
>
> > Typically, I would do:
>
> > $oAuthConnection = new TwitterOAuth($keys['key'], $keys['secret'],
> > $keys['token'], $keys['TokenSecret']);
>
> > and then (for example), if I want to get my rate limit, I would do:
>
> > $content = $oAuthConnection->get('account/rate_limit_status');
>
> > or any number of other operations, but if I try to do:
>
> > $content = $oAuthConnection->get('users/lookup', array('user_id ' =>
> > $users_ids, 'include_entities' => 1));
>
> > Where $users_ids is a comma separated list (no more than 100), I am
> > getting nothing. Any ideas?
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


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

2011-08-04 Thread EastSideDev
Array
(
[errors] => Array
(
[0] => Array
(
[code] => 17
[message] => No user matches for specified terms
)

)

)

On Aug 4, 9:43 am, Abraham Williams <4bra...@gmail.com> wrote:
> What is the response you are getting from Twitter?
>
> Abraham
> -
> Abraham Williams | InboxQ  | abrah.am |
> abraham
> +
> @abraham  |
> github.com/abraham | blog.abrah.am
> This email is: [ ] shareable [x] ask first [ ] private.
>
>
>
>
>
>
>
> On Thu, Aug 4, 2011 at 08:58, EastSideDev  wrote:
> > I am using Abraham Williams' oAuth library. It's been working fine,
> > but I seem to have hit a snag on getting users profiles using
> >http://api.twitter.com/1/users/lookup.format.
>
> > Typically, I would do:
>
> > $oAuthConnection = new TwitterOAuth($keys['key'], $keys['secret'],
> > $keys['token'], $keys['TokenSecret']);
>
> > and then (for example), if I want to get my rate limit, I would do:
>
> > $content = $oAuthConnection->get('account/rate_limit_status');
>
> > or any number of other operations, but if I try to do:
>
> > $content = $oAuthConnection->get('users/lookup', array('user_id ' =>
> > $users_ids, 'include_entities' => 1));
>
> > Where $users_ids is a comma separated list (no more than 100), I am
> > getting nothing. Any ideas?
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


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  | abrah.am |
abraham
+
@abraham  |
github.com/abraham | blog.abrah.am
This email is: [ ] shareable [x] ask first [ ] private.



On Thu, Aug 4, 2011 at 08:58, EastSideDev  wrote:

> I am using Abraham Williams' oAuth library. It's been working fine,
> but I seem to have hit a snag on getting users profiles using
> http://api.twitter.com/1/users/lookup.format.
>
> Typically, I would do:
>
> $oAuthConnection = new TwitterOAuth($keys['key'], $keys['secret'],
> $keys['token'], $keys['TokenSecret']);
>
> and then (for example), if I want to get my rate limit, I would do:
>
> $content = $oAuthConnection->get('account/rate_limit_status');
>
> or any number of other operations, but if I try to do:
>
> $content = $oAuthConnection->get('users/lookup', array('user_id ' =>
> $users_ids, 'include_entities' => 1));
>
> Where $users_ids is a comma separated list (no more than 100), I am
> getting nothing. Any ideas?
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Twitter Search Data for a keyword

2011-08-04 Thread Taylor Singletary
Hi Rohan,

Unfortunately archived data is not the Twitter API's strongest point. The
Search API's index usually only reaches back about a week. You'd be better
enabled to collect data by focusing on a current topic and using the
streaming API to receive relevant matching tweets in real time as they
occur.

@episod  - Taylor
Singletary


On Thu, Aug 4, 2011 at 8:12 AM, Rohan  wrote:

> Hi,
>
> I'm new to twitter api and doing an academic project for behavior
> analysis for specific set of tweets. I'm interested in getting the
> past data for a particular search query ( combination of keywords and
> certain constraints ) for a period of at least 2 month and if possible
> further.
> The Search API lets us retrieve only 1500 tweets. Is that correct?
> What can be the possible methods/or already implemented code to
> download such a dataset?
>
> Thanks and Regards,
> Rohan Anand
> IIT Delhi
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Twitter Search Data for a keyword

2011-08-04 Thread Rohan
Hi,

I'm new to twitter api and doing an academic project for behavior
analysis for specific set of tweets. I'm interested in getting the
past data for a particular search query ( combination of keywords and
certain constraints ) for a period of at least 2 month and if possible
further.
The Search API lets us retrieve only 1500 tweets. Is that correct?
What can be the possible methods/or already implemented code to
download such a dataset?

Thanks and Regards,
Rohan Anand
IIT Delhi

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


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

2011-08-04 Thread EastSideDev
I am using Abraham Williams' oAuth library. It's been working fine,
but I seem to have hit a snag on getting users profiles using
http://api.twitter.com/1/users/lookup.format.

Typically, I would do:

$oAuthConnection = new TwitterOAuth($keys['key'], $keys['secret'],
$keys['token'], $keys['TokenSecret']);

and then (for example), if I want to get my rate limit, I would do:

$content = $oAuthConnection->get('account/rate_limit_status');

or any number of other operations, but if I try to do:

$content = $oAuthConnection->get('users/lookup', array('user_id ' =>
$users_ids, 'include_entities' => 1));

Where $users_ids is a comma separated list (no more than 100), I am
getting nothing. Any ideas?

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Getting error "The remote name could not be resolved: 'api.twitter.com' " while twitting data from my website

2011-08-04 Thread Richard Thomas
Hi.
I am using Twitterizer Aouth API.
 
Below is the code which I am using to connect to twitter from my website.
 
 
stringconsumerKey = ConfigurationManager.AppSettings["consumerKey"];

string consumerSecret = ConfigurationManager.AppSettings["consumerSecret"];

if (System.Web.HttpContext.Current.Request.QueryString["oauth_token"] == 
null)

{

RequestToken = OAuthUtility.GetRequestToken(consumerKey, consumerSecret, 
_currentURL);

System.Web.HttpContext.Current.Response.Write("window.open('http://twitter.com/oauth/authorize?oauth_token="+
 RequestToken.Token + 
"','_new','height=500,width=850,status=yes,resizable=yes');window.location.href=window.location.href;"
);

}

 

Some times I get The remote name could not be resolved: 'api.twitter.com' 
exception when my website tries to connect to twitter using above code.

Can some one please help me in this?

Thanks,

Richard

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] How does twitter decide which image urls to render

2011-08-03 Thread Adam Gent
How does twitter decide which image urls to render?

If a post a tweet with a link to a picture it will only display the
link. But if twitpic post an image link twitter will render the image
(smaller albeit). I know twitter now has Tweet Entities but those
appear to be for reading and not writing.

Sorry for the cross posting (I'm not sure whether to use the new
dev.twitter.com/discussions or this group).

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] How come the "No, Thanks" button opens the callback url in a new window/tab?

2011-08-03 Thread Nathan Rajlich
My scenario is that we are opening that authorization page in a popup window
via `window.open()`. When the user clicks "Allow", the popup window is
redirected back to our server, and a page is returned that notified the
opening page (the main window) that authorization is complete, and closes
the popup window.

This flow breaks when the user clicks on "No, Thanks". This is because for
some reason Twitter is opening the callback url, with the ?denied
query-string, in a new window/tab. This leaves the auth popup window
open unnecessarily, and no event being passed back to the original page.

In my opinion, Twitter should be simply redirecting the current window, not
opening a new one, when the user rejects permissions. Or is there a better
place to bring this up with the Twitter team (bug tracker?). Thanks in
advance!

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: unable to get some tweets from api

2011-08-02 Thread Jason Toy
Oops, thanks

On Aug 2, 6:58 am, Taylor Singletary 
wrote:
> Do you mean to request from the API instead of the developer site?
>
> https://api.twitter.com/1/statuses/show.json?id=97796721148567552
>
> @episod  - Taylor
> Singletary
>
>
>
>
>
>
>
> On Mon, Aug 1, 2011 at 7:32 PM, Jason Toy  wrote:
> > Why do I get a 404 on this tweet:
>
> >https://dev.twitter.com/docs/api/1/get/statuses/show.json?id=97796721...
>
> > But the http site works:
> >http://twitter.com/#!/DaviesWriter/status/97796721148567552
>
> > All my other api queries worked with oauth, only certain tweets seem
> > to not be working for me.
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] unable to get some tweets from api

2011-08-02 Thread Taylor Singletary
Do you mean to request from the API instead of the developer site?

https://api.twitter.com/1/statuses/show.json?id=97796721148567552

@episod  - Taylor
Singletary


On Mon, Aug 1, 2011 at 7:32 PM, Jason Toy  wrote:

> Why do I get a 404 on this tweet:
>
> https://dev.twitter.com/docs/api/1/get/statuses/show.json?id=97796721148567552
>
> But the http site works:
> http://twitter.com/#!/DaviesWriter/status/97796721148567552
>
> All my other api queries worked with oauth, only certain tweets seem
> to not be working for me.
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] unable to get some tweets from api

2011-08-02 Thread Jason Toy
Why do I get a 404 on this tweet:
https://dev.twitter.com/docs/api/1/get/statuses/show.json?id=97796721148567552

But the http site works: 
http://twitter.com/#!/DaviesWriter/status/97796721148567552

All my other api queries worked with oauth, only certain tweets seem
to not be working for me.

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Saas Provider for User Stream

2011-08-01 Thread DaveH
I am wondering if there are any companies that are providing access to
user streams as SaaS. I am looking for a service that will allow me to
setup filters specifically I only want DMs and I would want the
service to call my application via a callback URL when a DM is
received.

I have spent the day looking for a solution provider that provides
this and I have not found any--but I am sure there must be several
already out there.

Any suggestions?

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Getting "Failed to validate oauth signature and token" after adding an explicit "oauth_callback" in the request token phase

2011-08-01 Thread Nathan Rajlich
For anybody whose interested, the problem turned out to be that I was
prefixing Twitter's OAuth URLs with 'www.'. After removing the prefix,
and having the urls be top-level, everything is working as expected.

On Aug 1, 2:04 pm, Nathan Rajlich  wrote:
> Interesting... your example does indeed work as expected! I suppose there
> must be some difference between that and what I am already doing. Thanks for
> the example, hopefully it will help me drill down the problem!
>
>
>
>
>
>
>
> On Mon, Aug 1, 2011 at 12:29 PM, Ciaran  wrote:
> > Hi Nathan,
>
> > On Sun, Jul 31, 2011 at 5:43 AM, Nathan Rajlich 
> > wrote:
> > > Hello all. I am using nodejs, and specifically ciranj's node-oauth[0]
> > > module, attempting to override the default callback URL with an
> > > explicit one as per the 1.0A specification changes. I'm not entirely
> > > sure if it's a bug with the module or just me being dumb, but after I
> > > changing the code from:
>
> > >    request_token_url  // is set to: 'https://www.twitter.com/oauth/
> > > request_token'
>
> > > as the URL posting to (which works) to:
>
> > >    request_token_url + '?oauth_callback=' + encode(callback)
>
> > > where 'callback' could be something like 'http://www.google.com', I
> > > get a 401 response code with a "Failed to validate oauth signature and
> > > token" error message.
>
> > > Any hints in the right direction would be much appreciated. Thanks in
> > > advance!
>
> > Just had a check through my code, and it should work just fine.  I've
> > placed an example working solution inline to this response :)
>
> > var  http = require('http')
> >   , OAuth= require('./index').OAuth
> >   , url = require('url')
> >   , consumerKey= "YOUR_KEY"
> >   , consumerSecret= "YOUR_SECRET"
> >   , callbackURL= "YOUR_CALLBACK;
>
> > var oAuth= new OAuth("http://twitter.com/oauth/request_token";,
> >                        "http://twitter.com/oauth/access_token";,
> >                        consumerKey,  consumerSecret,
> >                        "1.0a", callbackURL, "HMAC-SHA1");
>
> > http.createServer(function (req, res) {
> >   var urlp= url.parse(req.url, true);
> >   if( urlp.query && urlp.query.oauth_verifier ) {
> >     res.writeHead(200, {'Content-Type': 'text/plain'});
> >     res.end('Verification callback: ' + urlp.query.oauth_verifier +'\n');
> >   }
> >   else {
> >     oAuth.getOAuthRequestToken(function(error, oauth_token,
> > oauth_token_secret, oauth_authorize_url, additionalParameters ) {
> >       console.log( error );
> >       res.writeHead(301, {
> >         'Location':
> > "http://twitter.com/oauth/authenticate?oauth_token="; + oauth_token
> >       });
> >       res.end();
> >     });
> >   }
> > }).listen(80, "127.0.0.1");
>
> > Hope this helps :)
>
> > - Cj.
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Will XML for authenticated timeline retrievals continue to be supported?

2011-08-01 Thread ImproperUsername
I recall that some support for XML has been deprecated.

Will Twitter continue to support XML for authenticated retrievals of 
timelines such as
https://api.twitter.com/1/statuses/user_timeline.xml?id=345029225

Thanks,
Lil

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Getting "Failed to validate oauth signature and token" after adding an explicit "oauth_callback" in the request token phase

2011-08-01 Thread Nathan Rajlich
Interesting... your example does indeed work as expected! I suppose there
must be some difference between that and what I am already doing. Thanks for
the example, hopefully it will help me drill down the problem!

On Mon, Aug 1, 2011 at 12:29 PM, Ciaran  wrote:

> Hi Nathan,
>
>
> On Sun, Jul 31, 2011 at 5:43 AM, Nathan Rajlich 
> wrote:
> > Hello all. I am using nodejs, and specifically ciranj's node-oauth[0]
> > module, attempting to override the default callback URL with an
> > explicit one as per the 1.0A specification changes. I'm not entirely
> > sure if it's a bug with the module or just me being dumb, but after I
> > changing the code from:
> >
> >request_token_url  // is set to: 'https://www.twitter.com/oauth/
> > request_token'
> >
> > as the URL posting to (which works) to:
> >
> >request_token_url + '?oauth_callback=' + encode(callback)
> >
> > where 'callback' could be something like 'http://www.google.com', I
> > get a 401 response code with a "Failed to validate oauth signature and
> > token" error message.
> >
> > Any hints in the right direction would be much appreciated. Thanks in
> > advance!
>
> Just had a check through my code, and it should work just fine.  I've
> placed an example working solution inline to this response :)
>
>
> var  http = require('http')
>   , OAuth= require('./index').OAuth
>   , url = require('url')
>   , consumerKey= "YOUR_KEY"
>   , consumerSecret= "YOUR_SECRET"
>   , callbackURL= "YOUR_CALLBACK;
>
> var oAuth= new OAuth("http://twitter.com/oauth/request_token";,
>"http://twitter.com/oauth/access_token";,
>consumerKey,  consumerSecret,
>"1.0a", callbackURL, "HMAC-SHA1");
>
> http.createServer(function (req, res) {
>   var urlp= url.parse(req.url, true);
>   if( urlp.query && urlp.query.oauth_verifier ) {
> res.writeHead(200, {'Content-Type': 'text/plain'});
> res.end('Verification callback: ' + urlp.query.oauth_verifier +'\n');
>   }
>   else {
> oAuth.getOAuthRequestToken(function(error, oauth_token,
> oauth_token_secret, oauth_authorize_url, additionalParameters ) {
>   console.log( error );
>   res.writeHead(301, {
> 'Location':
> "http://twitter.com/oauth/authenticate?oauth_token="; + oauth_token
>   });
>   res.end();
> });
>   }
> }).listen(80, "127.0.0.1");
>
> Hope this helps :)
>
> - Cj.
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Getting "Failed to validate oauth signature and token" after adding an explicit "oauth_callback" in the request token phase

2011-08-01 Thread Ciaran
Hi Nathan,


On Sun, Jul 31, 2011 at 5:43 AM, Nathan Rajlich  wrote:
> Hello all. I am using nodejs, and specifically ciranj's node-oauth[0]
> module, attempting to override the default callback URL with an
> explicit one as per the 1.0A specification changes. I'm not entirely
> sure if it's a bug with the module or just me being dumb, but after I
> changing the code from:
>
>    request_token_url  // is set to: 'https://www.twitter.com/oauth/
> request_token'
>
> as the URL posting to (which works) to:
>
>    request_token_url + '?oauth_callback=' + encode(callback)
>
> where 'callback' could be something like 'http://www.google.com', I
> get a 401 response code with a "Failed to validate oauth signature and
> token" error message.
>
> Any hints in the right direction would be much appreciated. Thanks in
> advance!

Just had a check through my code, and it should work just fine.  I've
placed an example working solution inline to this response :)


var  http = require('http')
   , OAuth= require('./index').OAuth
   , url = require('url')
   , consumerKey= "YOUR_KEY"
   , consumerSecret= "YOUR_SECRET"
   , callbackURL= "YOUR_CALLBACK;

var oAuth= new OAuth("http://twitter.com/oauth/request_token";,
"http://twitter.com/oauth/access_token";,
consumerKey,  consumerSecret,
"1.0a", callbackURL, "HMAC-SHA1");

http.createServer(function (req, res) {
   var urlp= url.parse(req.url, true);
   if( urlp.query && urlp.query.oauth_verifier ) {
 res.writeHead(200, {'Content-Type': 'text/plain'});
 res.end('Verification callback: ' + urlp.query.oauth_verifier +'\n');
   }
   else {
 oAuth.getOAuthRequestToken(function(error, oauth_token,
oauth_token_secret, oauth_authorize_url, additionalParameters ) {
   console.log( error );
   res.writeHead(301, {
 'Location':
"http://twitter.com/oauth/authenticate?oauth_token="; + oauth_token
   });
   res.end();
 });
   }
}).listen(80, "127.0.0.1");

Hope this helps :)

- Cj.

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: Re : Re: New Photo upload feature: What's new & coming on the API side

2011-08-01 Thread Taylor Singletary
Lucky,

Photos posted with Twitter's new photo service appear as links within
tweets, much like any other URL in tweets. There's no explicit API to just
fetch images posted on Twitter, or just images posted using the new Twitter
photo functionality.

@episod  - Taylor
Singletary


On Mon, Aug 1, 2011 at 4:36 AM, lucky  wrote:

> @Arnaud & others:  How can I retrieve the photos posted on Twitter?
> Which API to use?
> I need this info urgently. Thanks in advance.
> -lucky
>
> On Jun 7, 5:46 pm, Tom van der Woerdt  wrote:
> > Hey all,
> >
> >  From a 'pretty reliable source' I got some information about the new
> > API endpoint, how it works, etc. You probably won't be able to use it
> > yet but I feel like sharing this information anyway :-)
> >
> > Endpoint:https://upload.twitter.com/1/statuses/update_with_media.json
> > Parameters:
> >  * media (the image, I guess),
> >  * status (the text which you will also want),
> >  * probably all other ones which currently work with update.json
> > (lat, lon, etc).
> >
> > *The API will give you a Not Found error!* This is because this is still
> > an unreleased API and only a very select of clients has access to it.
> >
> > I currently don't have any information about how to upload several
> > images (I guess you'd simply post another media item, but I don't know).
> >
> > Tom
> >
> > PS: I believe I just described an API which throws "Not Found" for all
> > of you. Well done Tom, very convincing.
> >
> > On 6/6/11 6:16 PM, Arnaud Meunier wrote:
> >
> >
> >
> >
> >
> >
> >
> > > Hey Julien,
> >
> > > For now we're focusing on opening the Twitter Photo API endpoints to
> > > third party developers. These new API endpoints will be dedicated to
> > > Twitter media hosting, you won't be able to use them as a bridge/proxy
> > > for other media hosting services.
> >
> > > Arnaud / @rno
> >
> > > On Jun 6, 2011, at 7:25 AM, Julien Larios  > > > wrote:
> >
> > >> Hi there,
> >
> > >> I've implemented in Picsi this new way of photo sharing on Twitter
> > >> (along with Twitpic support) and it works fine (based on Twitter4J
> > >> 2.2.3).
> > >> These pictures can be used in the 2 firsts Picsi apps: Media RSS
> > >> export and ZIP backup
> >
> > >> But Arnaud (or should I say 'Dear Raptor fan' ? ;), do you know if
> > >> external picture hosting services (like Twipitc) will be made
> > >> available via this API branch?
> > >> That would be great to grab all kind of photo via a single API syntax
> > >> (instead of funky tweet parsing)
> >
> > >> Thanks
> >
> > >> --
> > >> 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 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
> > > 
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: How can I retrieve geotagged pictures posted on twitter using API?

2011-08-01 Thread lucky
Hi Guys!

Can anyone answer my question? This is very urgent for me at this
time.
I need to know which API should I use to retrieve photos(photo urls)
posted on Twitter.

-lucky

On Jul 30, 9:30 am, lucky  wrote:
> Hi,
>
> I want to retrieve pictures(which were geotagged near to my current
> location), which were posted by different people using Twitter App(s)
> for smartphones (iPhone, android etc..).
> So, I need to know which api method/URL to use to retrieve those
> pictures (or url of pictures).
> Any ideas?
>
> -lucky

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Re : Re: New Photo upload feature: What's new & coming on the API side

2011-08-01 Thread lucky
@Arnaud & others:  How can I retrieve the photos posted on Twitter?
Which API to use?
I need this info urgently. Thanks in advance.
-lucky

On Jun 7, 5:46 pm, Tom van der Woerdt  wrote:
> Hey all,
>
>  From a 'pretty reliable source' I got some information about the new
> API endpoint, how it works, etc. You probably won't be able to use it
> yet but I feel like sharing this information anyway :-)
>
> Endpoint:https://upload.twitter.com/1/statuses/update_with_media.json
> Parameters:
>      * media (the image, I guess),
>      * status (the text which you will also want),
>      * probably all other ones which currently work with update.json
> (lat, lon, etc).
>
> *The API will give you a Not Found error!* This is because this is still
> an unreleased API and only a very select of clients has access to it.
>
> I currently don't have any information about how to upload several
> images (I guess you'd simply post another media item, but I don't know).
>
> Tom
>
> PS: I believe I just described an API which throws "Not Found" for all
> of you. Well done Tom, very convincing.
>
> On 6/6/11 6:16 PM, Arnaud Meunier wrote:
>
>
>
>
>
>
>
> > Hey Julien,
>
> > For now we're focusing on opening the Twitter Photo API endpoints to
> > third party developers. These new API endpoints will be dedicated to
> > Twitter media hosting, you won't be able to use them as a bridge/proxy
> > for other media hosting services.
>
> > Arnaud / @rno
>
> > On Jun 6, 2011, at 7:25 AM, Julien Larios  > > wrote:
>
> >> Hi there,
>
> >> I've implemented in Picsi this new way of photo sharing on Twitter
> >> (along with Twitpic support) and it works fine (based on Twitter4J
> >> 2.2.3).
> >> These pictures can be used in the 2 firsts Picsi apps: Media RSS
> >> export and ZIP backup
>
> >> But Arnaud (or should I say 'Dear Raptor fan' ? ;), do you know if
> >> external picture hosting services (like Twipitc) will be made
> >> available via this API branch?
> >> That would be great to grab all kind of photo via a single API syntax
> >> (instead of funky tweet parsing)
>
> >> Thanks
>
> >> --
> >> 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 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
> > 

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] "Sign in with Twitter" example for App Engine

2011-07-31 Thread Chris Baus
All-

For fellow app engine developers, I developed a small sample app which
shows how to use Twitter's "Sign in with Twitter" OAuth delegated
authentication on App Engine. App Engine apps typically use Google's
own authentication, but by adding session support, it is fairly
straight forward to support other authentication mechanisms.

Feedback is a appreciated. The code is on github:
https://github.com/baus/App-Engine-Sign-In-With-Twitter

-Chris

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Getting "Failed to validate oauth signature and token" after adding an explicit "oauth_callback" in the request token phase

2011-07-31 Thread Nathan Rajlich
Hello all. I am using nodejs, and specifically ciranj's node-oauth[0]
module, attempting to override the default callback URL with an
explicit one as per the 1.0A specification changes. I'm not entirely
sure if it's a bug with the module or just me being dumb, but after I
changing the code from:

request_token_url  // is set to: 'https://www.twitter.com/oauth/
request_token'

as the URL posting to (which works) to:

request_token_url + '?oauth_callback=' + encode(callback)

where 'callback' could be something like 'http://www.google.com', I
get a 401 response code with a "Failed to validate oauth signature and
token" error message.

Any hints in the right direction would be much appreciated. Thanks in
advance!


[0]: https://github.com/ciaranj/node-oauth

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] How can I retrieve geotagged pictures posted on twitter using API?

2011-07-30 Thread lucky
Hi,

I want to retrieve pictures(which were geotagged near to my current
location), which were posted by different people using Twitter App(s)
for smartphones (iPhone, android etc..).
So, I need to know which api method/URL to use to retrieve those
pictures (or url of pictures).
Any ideas?

-lucky

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] hard-coded oauth access token

2011-07-29 Thread Jonas
Is it possible to authenticate from a web page without any server-side
program?  I would like to use javascript (and jsonp with query-string
oauth, I am guessing) and hard code my access_token in a javascript
variable.

I know this would be a major security no-no.  I have no intention of
putting the webpage on the internet.

I simply would like to know if my intention is even possible.  It
would be greatly appreciated if someone could put aside the security
issue for a moment and answer my question.  Thanks!

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Same 'since' and 'until' date not working

2011-07-29 Thread Laksh Gupta
Hi
 
I want to query tweets for a particular day. Say if I use "2011-07-28" as 
both starting date and ending date
"
http://search.twitter.com/search?q=samsung+since%3A2011-07-28+until%3A2011-07-28
"
 
then I can see 1 tweet on my browser but not in the xml which I receive 
through my program. Instead I get the following Http responce for the query 
'samsung'-
 
"http://base.google.com/ns/1.0\"; xml:lang=\"en-US\" xmlns:openSearch=\"
http://a9.com/-/spec/opensearch/1.1/\"; xmlns=\"http://www.w3.org/2005/Atom\"; 
xmlns:twitter=\"
http://api.twitter.com/\";>tag:search.twitter.com,2005:search/samsungsince:2011-07-28
 until:2011-07-28http://search.twitter.com/search?q=samsung+since%3A2011-07-28+until%3A2011-07-28\";
 
rel=\"alternate\"/>http://search.twitter.com/search.atom?q=samsung+since%3A2011-07-28+until%3A2011-07-28\";
 
rel=\"self\"/>samsung since:2011-07-28 until:2011-07-28 - Twitter 
Searchhttp://search.twitter.com/opensearch.xml\"; rel=\"search\"/>http://search.twitter.com/search.atom?since_id=96884006775296000&q=samsung%20since%3A2011-07-28%20until%3A2011-07-28\";
 
rel=\"refresh\"/>2011-07-29T10:05:31Z"
 
I should have received the tweet, isn't it? The program runs fine if I use 
different start date and end date. Is there anything I am missing here? I 
hope I am not making any mistake in the query format. Please help me in 
solving this problem.
 
Thanks in advance.
 
 

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] new version 0.2.0 of twitter-api for clojure released

2011-07-29 Thread AdamWynne
Hi guys

A new version 0.2.0 has been released with full async integration, reworked 
callbacks and some more tests. Uses some nifty protocol based performance 
tweaks.

Its over at: https://github.com/adamwynne/twitter-api

Cheers
Adam

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: I'm using xAuth, I need to read Direct Messages, what are my options?

2011-07-29 Thread Rich
Yes but xAuth tokens don't have permission to access direct messages

On Jul 25, 2:11 pm, John Meyer  wrote:
> Forgive me if I'm wrong, but don't you get the oAuth tokens when you log
> in with xAuth?
>
> On 7/15/2011 10:00 AM, Garry wrote:
>
>
>
>
>
>
>
> > e xAuth to access Twitter, my platform of choice (IBM AS/
> > 400) has no GUI, and no web browser, so OAuth is out.

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: 401 to site streams since yesterday

2011-07-29 Thread Fabien Penso
On Wed, Jul 27, 2011 at 8:35 AM, Tim Haines  wrote:
> I've seen 2 things recently that can cause it.  1) Your user you connect
> with becomes deauthed from the app, or 2) I upgraded my version of roauth
> gems in ruby today, and it broke the way I was handling params and I was
> getting 401s.

Tim,

Good catch, it was the oauth token, for some reason it was not working
anymore, I took another one and it did the trick. I don't understand
why using the app oauth access token it didn't work neither, I would
have expected it to work fine...

Thanks for your idea.

> I expect your reason is probably something different though.  Have you tried
> a verify credentials call with your user you connect with?
> Cheers,
> Tim.
>
> On Fri, Jul 22, 2011 at 1:17 AM, Fabien Penso  wrote:
>>
>> Am I the only one having this issue?
>>
>> On Thu, Jul 21, 2011 at 9:19 AM, Fabien Penso 
>> wrote:
>> > Hi,
>> >
>> > Any idea why the site streams give me 401 for the last 16 hours ? I
>> > haven't changed anything and I don't understand why it would change?
>> > This is for @appnotification
>> >
>> > Thanks.
>> >
>>
>> --
>> Have you visited the Developer Discussions feature on
>> https://dev.twitter.com/discussions yet?
>>
>> Twitter developer links:
>> Documentation and resources: https://dev.twitter.com/docs
>> API updates via Twitter: https://twitter.com/twitterapi
>>
>> Unsubscribe or change your group membership settings:
>> http://groups.google.com/group/twitter-development-talk/subscribe
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] A new field you'll encounter in tweet objects with the REST & Streaming APIs

2011-07-28 Thread Taylor Singletary
Hi Developers,

Beginning today you may notice a new boolean field in API responses &
streams containing tweets: "possibly_sensitive". This new field will
only surface when a tweet contains a link. The meaning of the field
doesn't pertain to the tweet content itself, but instead it is an
indicator that the URL contained in the tweet may contain content or
media identified as sensitive content. During this initial testing
phase, there's nothing you need to do with this field and the field
values cannot be relied on for accuracy. In the future, we'll have a
family of additional API methods & fields for handling end-user "media
settings" and possibly sensitive content.

If you're curious how this field will ultimately be used, we recommend
that you read the following user support articles:

* Twitter Media Policy: https://support.twitter.com/articles/20169199
* Media Settings and Best Practices: 
https://support.twitter.com/articles/20169200
* Flagging Media: https://support.twitter.com/articles/20069937

Let us know if you have any questions or concerns not answered by the
support articles above.

Thanks!
Taylor Singletary
Twitter Platform team

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] xAuth request approval / rejection?

2011-07-28 Thread Jay Santos
Thanks Taylor,

I've applied yesterday and got a reply. Unfortunately since we still
don't have the art for the game I can't provide the screenshots. So
I'm putting the xAuth process to a halt until I have it published in
the App Store / Android Marketplace.

But I basically wanted to know what are the criteria that Twitter uses
for approval / denial. From what you wrote I believe I won't be having
much problems once the app is done.

I've checked Web Intents as you suggested, but I'm not sure it is the
appropriate solution for what I want. I really don't want the user to
type any messages, only used the "canned" message defined by my app.

On Thu, Jul 28, 2011 at 12:35 PM, Taylor Singletary
 wrote:
> Hi,
> You can apply for xAuth access by emailing a...@twitter.com and including as
> much about your native application as possible, preferably with links to
> screenshots. The criteria for xAuth include: the application is native for
> the device it is running on (non web-based), the account and application are
> in good standing, and the application can be verified as described.
> While you may want to use xAuth for this purpose, I'd also like to recommend
> just using Web Intents instead. If the user just needs to tweet their score,
> you can prepare a message to https://twitter.com/intent/tweet and keep
> things very simple. https://dev.twitter.com/docs/intents
> @episod - Taylor Singletary
>
>
> On Wed, Jul 27, 2011 at 6:00 PM, Jay Santos  wrote:
>>
>> Hi,
>>
>> I've just registered my first app (an iOS / Android game) with Twitter
>> and requested xAuth privileges for it.
>>
>> What I want to do is simply allow the players to click a button in
>> order to post their score along with a link to the game's page on App
>> Store / Marketplace (e.g.: "I've just scored 42 points on game XYZ -
>> http://www.example.com";)
>>
>> So basically my questions are:
>>
>> - From what I understood there is no way to achieve what I want above
>> with oAuth. oAuth will always redirect the user to the Allow / Deny
>> page. Is that correct?
>>
>> - What is Twitter's "logic" for allowing / denying xAuth privileges
>> for an application?
>>
>> Thanks in advance,
>>
>> Jay Santos
>>
>> --
>> Have you visited the Developer Discussions feature on
>> https://dev.twitter.com/discussions yet?
>>
>> Twitter developer links:
>> Documentation and resources: https://dev.twitter.com/docs
>> API updates via Twitter: https://twitter.com/twitterapi
>>
>> Unsubscribe or change your group membership settings:
>> http://groups.google.com/group/twitter-development-talk/subscribe
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] http://support.twitter.com/forms/general

2011-07-28 Thread Taylor Singletary
Hi Dean,

I can't reproduce the issue of being unable to submit this form -- you might
want to try a fresh web browser without any existing cookies, log into to
Twitter and then try submitting the form again.

@episod  - Taylor
Singletary


On Thu, Jul 28, 2011 at 1:19 PM, Dean Collins  wrote:

>  Anyone know why http://support.twitter.com/forms/general is offline for
> the last few hours?
>
> ** **
>
> One of my accounts @MyTblock  is
> suspended which is weird as I’ve only made 3 posts from it any have never
> followed anyone etc from it but I’ve been trying to fill out the form for
> the last few hours and keeps resolving to “twitter is down”
>
> ** **
>
>  
>
> Cheers,
>
> Dean
>
>  
>
>  
>
> ** **
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] http://support.twitter.com/forms/general

2011-07-28 Thread Dean Collins
Anyone know why http://support.twitter.com/forms/general is offline for
the last few hours?

 

One of my accounts @MyTblock   is
suspended which is weird as I've only made 3 posts from it any have
never followed anyone etc from it but I've been trying to fill out the
form for the last few hours and keeps resolving to "twitter is down"

 

 

Cheers,

Dean

 

 

 

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Getting protected tweets with Twitter API

2011-07-28 Thread atiq
Hi All,

I have a client who want to get all the protected tweets through the
API, is it possible, does twitter returns the protected Tweets and if
yes what kind of authentication it requires?

Regards,
Atiq

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] xAuth request approval / rejection?

2011-07-28 Thread Taylor Singletary
Hi,

You can apply for xAuth access by emailing a...@twitter.com and including as
much about your native application as possible, preferably with links to
screenshots. The criteria for xAuth include: the application is native for
the device it is running on (non web-based), the account and application are
in good standing, and the application can be verified as described.

While you may want to use xAuth for this purpose, I'd also like to recommend
just using Web Intents instead. If the user just needs to tweet their score,
you can prepare a message to https://twitter.com/intent/tweet and keep
things very simple. https://dev.twitter.com/docs/intents

@episod  - Taylor
Singletary


On Wed, Jul 27, 2011 at 6:00 PM, Jay Santos  wrote:

> Hi,
>
> I've just registered my first app (an iOS / Android game) with Twitter
> and requested xAuth privileges for it.
>
> What I want to do is simply allow the players to click a button in
> order to post their score along with a link to the game's page on App
> Store / Marketplace (e.g.: "I've just scored 42 points on game XYZ -
> http://www.example.com";)
>
> So basically my questions are:
>
> - From what I understood there is no way to achieve what I want above
> with oAuth. oAuth will always redirect the user to the Allow / Deny
> page. Is that correct?
>
> - What is Twitter's "logic" for allowing / denying xAuth privileges
> for an application?
>
> Thanks in advance,
>
> Jay Santos
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Site Streams DMs missing?

2011-07-28 Thread Mark Krieger
One of my test users was not getting DMs for a few hours yesterday
(others too I learned) via Site Streams. This happened about noon EST
yesterday. Here is the exact circumstance:

1. Both user id '123' and user id '456' are under my control.
2. User 123 sends a DM to user 456.
3. The stream gets only one DM. It is the message with for_user 123
and recipient_id 456. This shows the DM sent.
4. The DM showing for_user 456 and recipient_id 456 did not occur.

At around 12:30 EST or so I noticed that both messages were in the
stream and all was well. I have not retested today yet. But I plan to.

Mark

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Oauth callback error - Invalid access token

2011-07-28 Thread Alvarítez
Hello!
We are having a problem getting Access Tokens from our app users. It
was perfectly working a few days back, but now it's not.
We are doing the oauth dance using twitter4j. We retrieve a request
token for the user and then use it to call
http://api.twitter.com/oauth/authorize?oauth_token=[REQUEST_TOKEN].
But, when the user authorizes the app, there is a call to
[our_callback_url]?
oauth_token=[REQUEST_TOKEN]&oauth_verifier=[VERIFIER] which doesn't
even reach our server and we get this error message (using chrome):
{ "error": "invalid_token", "error_description": "Invalid access
token: [REQUEST_TOKEN]"}
and in firefox:
Firefox cannot find the file in [our_callback_url]?
oauth_token=[REQUEST_TOKEN]&oauth_verifier=[VERIFIER]

The thing is that, if I remove the oauth_token parameter from the
callback url twitter is giving back, it works perfectly fine, as we
are storing the access token in the user's session, but I think there
is no way to tell Twitter not to return that parameter. Obviously, we
can't ask our users to remove the parameter themselves. Any
suggestions?
Like I said, this was working perfectly fine about a week ago...

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] xAuth request approval / rejection?

2011-07-28 Thread Jay Santos
Hi,

I've just registered my first app (an iOS / Android game) with Twitter
and requested xAuth privileges for it.

What I want to do is simply allow the players to click a button in
order to post their score along with a link to the game's page on App
Store / Marketplace (e.g.: "I've just scored 42 points on game XYZ -
http://www.example.com";)

So basically my questions are:

- From what I understood there is no way to achieve what I want above
with oAuth. oAuth will always redirect the user to the Allow / Deny
page. Is that correct?

- What is Twitter's "logic" for allowing / denying xAuth privileges
for an application?

Thanks in advance,

Jay Santos

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Tweet button and iphone

2011-07-27 Thread anaj...@ibs.com.jo
"Can you link to the specific case where the iPhone UI isn't behaving
as expected?"

What about the oauth page? first make sure you're already logged in
your twitter account,copy the following link then paste it in a new
window/tab,use any browser you want;Firefox,Chrome or safari

https://oauth.twitter.com/2/authorize?oauth_callback_url=http://mobijoke.internet.com.jo%2Flogin.html&oauth_mode=flow_web_client&oauth_client_identifier=HUuFkcSyjWptABGMxytpww&redirect_uri=http%3A%2F%2Fmobijoke.internet.com.jo%2Flogin.html&response_type=token&_=1311159077071&client_id=HUuFkcSyjWptABGMxytpww

You will notice that cancel button doesn't work at all,you can click
as much as you want on it but no effect,as if the button click event
isn't handled at all,this is the issue,It should return the user back
to the url provided in the querystring oauth_callback_url in case the
user clicked on cancel button.

Note: In case you wondered what is that link,it's the url of the popup
that appears by clicking on  "connect with twitter" button,you can
find what I'm talking about here in my website here:

http://mobijoke.internet.com.jo/login2.html

Please I want a solution for this or any alternatives,I've been stuck
with this issue for more than a week and no response from twitter on
it at all.

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: User Search API

2011-07-27 Thread Taylor Singletary
Hi Amit,

We fixed the pagination issue with this bug but are still working on the
maximum results issue (separate but related). There's no current ETA I can
share, but the full 1,000 available results for the queries that yield that
much data will be reinstated.

@episod  - Taylor
Singletary


On Tue, Jul 26, 2011 at 11:09 PM, Amit Debnath wrote:

> Is anybody looking into this issue? Over a month since the first post.
> Still nothing.
>
> Amit
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
>
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: Tweet button and iphone

2011-07-27 Thread Ben Ward
On Jul 27, 2011, at 3:43 AM, Victor Ruiz wrote:

> On Android, working with intents and after sharing successfully, the
> window closes automatically so it returns to the previous page. The
> window that automatically closes should have set up a timeout because
> it takes some seconds to be closed. If for example client browser
> doesn't support Javascript, there is a cancel button that also works
> perfectly.
> 
> On iPhone, is different than in Android, because after sharing
> successfully, you don't have possibility to close and return back. I
> guess Twitter detects the user agent and show different pages in
> Android and iPhone, isn't it?

iPhone and Android both have the same Web Intents UI (as do all devices, 
actually.) The behaviour you describe for Android, where the Intent page 
automatically closes and the browser takes you back to the original page is the 
correct behaviour. You should get the same experience on Android and iPhone.

The behaviour you're seeing on iPhone there is odd, but could occur (on any 
device) if the Tweet Intent is invoked in a different way (either without 
JavaScript, or without a window.opener being set.)

Can you link to the specific case where the iPhone UI isn't behaving as 
expected? I'll take a look to debug it.

Thanks,

Ben

On 21 jul, 07:21, "anaj...@ibs.com.jo"  %ibs.com...@gtempaccount.com> wrote:
>> It's working perfectly,Thanks Ben
>> 
>> Note: This issue is also noticed in another url,please check my other
>> thread here:
>> 
>> https://groups.google.com/group/twitter-development-talk/browse_threa...
> 
> -- 
> Have you visited the Developer Discussions feature on 
> https://dev.twitter.com/discussions yet?
> 
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
> 
> Unsubscribe or change your group membership settings: 
> http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: Tweet button and iphone

2011-07-27 Thread Victor Ruiz
Please, let me summarize.

On Android, working with intents and after sharing successfully, the
window closes automatically so it returns to the previous page. The
window that automatically closes should have set up a timeout because
it takes some seconds to be closed. If for example client browser
doesn't support Javascript, there is a cancel button that also works
perfectly.

On iPhone, is different than in Android, because after sharing
successfully, you don't have possibility to close and return back. I
guess Twitter detects the user agent and show different pages in
Android and iPhone, isn't it?

Does anybody know if it is something that is going to be fixed?
Thanks!



On 21 jul, 07:21, "anaj...@ibs.com.jo"  wrote:
> It's working perfectly,Thanks Ben
>
> Note: This issue is also noticed in another url,please check my other
> thread here:
>
> https://groups.google.com/group/twitter-development-talk/browse_threa...

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: can't register an app

2011-07-27 Thread Jonas
Ok, I stumbled upon what part of my valid URL was preventing my app
from getting registered.  The URL had an underscore, like 
http://blah_blah.woof.com.
Despite what the error message says, this is a valid URL format.  How
about a message that says "No underscores allowed" or something?

On Jul 22, 8:33 pm, Jonas  wrote:
> When I attempt to register a new app onhttp://dev.twitter.com/apps/new
> I always get this error: "Website: Not a valid URL format."  I get
> this error no matter what I type in the Website field.  I've tried
> every variation of URL format I can think of.
>
> I also tried to register my app onhttp://twitter.com/apps/new.  Why
> are there two different registration pages?  Are they for different
> purposes?  Is one obsolete?  Anyway, whenever I try to register on
> this page the "Twitter is over capacity" with the whale image.
>
> Any suggestions?

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


[twitter-dev] Re: I'm using xAuth, I need to read Direct Messages, what are my options?

2011-07-27 Thread janole
Is this a feature or a bug? It would be very handy to use it this
way ... if it was a feature ...

Ole

--
Jan Ole Suhr
s...@mobileways.de
On Twitter: http://twitter.com/janole


On Jul 15, 11:14 pm, Abraham Williams <4bra...@gmail.com> wrote:
> A users access_token for a single application wont change unless it gets
> revoked (and maybe an edgecase or two). You can have your users authorized
> your app with xAuth and once they go through the web flow from any browser
> the access_token already in the application will beg upgraded to access DMs.
> Just make sure you use the same consumer key both times.
>
> Abraham
> -
> Abraham Williams | InboxQ  | abrah.am
> @abraham  |
> github.com/abraham | blog.abrah.am
> This email is: [ ] shareable [x] ask first [ ] private.
>
>
>
>
>
>
>
> On Fri, Jul 15, 2011 at 09:00, Garry  wrote:
> > Hello all,
> > I need to use xAuth to access Twitter, my platform of choice (IBM AS/
> > 400) has no GUI, and no web browser, so OAuth is out.
>
> > I need to read direct messages, now xAuth won't let me do that as I
> > need to ask my users to authorize for direct message access (even
> > though, not one has complained).
>
> > Running OAuth on the AS/400 is not going to happen, but I wonder is it
> > possible to make a basic app on Windows, or the web to allow my users
> > to re-enable Direct Message access, but actually do the reading
> > through xAuth? I know it's a long shot, but it's the only one I've got
> > at the moment.
>
> > Basically, I'm talking about making a skeleton application to let my
> > users push the various OAuth relative buttons, but keep on reading in
> > my usual xAuth way?
>
> > Thanks
>
> > Garry
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: 401 to site streams since yesterday

2011-07-26 Thread Tim Haines
I've seen 2 things recently that can cause it.  1) Your user you connect
with becomes deauthed from the app, or 2) I upgraded my version of roauth
gems in ruby today, and it broke the way I was handling params and I was
getting 401s.

I expect your reason is probably something different though.  Have you tried
a verify credentials call with your user you connect with?

Cheers,

Tim.

On Fri, Jul 22, 2011 at 1:17 AM, Fabien Penso  wrote:

> Am I the only one having this issue?
>
> On Thu, Jul 21, 2011 at 9:19 AM, Fabien Penso 
> wrote:
> > Hi,
> >
> > Any idea why the site streams give me 401 for the last 16 hours ? I
> > haven't changed anything and I don't understand why it would change?
> > This is for @appnotification
> >
> > Thanks.
> >
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: User Search API

2011-07-26 Thread Amit Debnath
Is anybody looking into this issue? Over a month since the first post. Still 
nothing.

Amit

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Access issue

2011-07-26 Thread Mukesh Srivastav
Super   :)


Regards,
Mukesh Srivastav,
Freelancer for Android Mobile Application Development.
Hyderabad.
India.

On Wed, Jul 27, 2011 at 10:28 AM, Chetan Gadgilwar wrote:

> Hi Mukesh,
>
> Yeah its working now.
> I recreate the keys & token & hot everything working.
>
> Thanks :)
>
>
> On Wed, Jul 27, 2011 at 10:18 AM, Mukesh Srivastav 
> wrote:
>
>> Hi Chetan,
>>
>> Please re-verify the Consumer and Secret key which you have generated from
>> the Twitter page, if not try creating another C and S Key and try it out.
>>
>>
>> Regards,
>> Mukesh Srivastav,
>> Freelancer for Android Mobile Application Development.
>> Hyderabad.
>> India.
>>
>>
>>
>> On Tue, Jul 26, 2011 at 5:07 PM, Chetan Gadgilwar 
>> wrote:
>>
>>> Hi Guys,
>>>
>>> i am new with twitter apps.
>>>
>>> i am developing an apps to update a timeline, i registered my apps
>>> with & i got all credentials. But i am getting following error message
>>>
>>> Array
>>> (
>>>[error] => Read-only application cannot POST
>>>[request] => /statuses/update.json
>>> )
>>>
>>> Twitter displaying
>>> OAuth settings
>>>
>>> Your application's OAuth settings. Keep the "Consumer secret" a
>>> secret. This key should never be human-readable in your application.
>>> Access levelRead and write
>>>
>>> BUT
>>>
>>> Your access token
>>> Access levelRead-only
>>>
>>>
>>>
>>>
>>>
>>>
>>> Please help me guys whats the exact problem.
>>>
>>> --
>>> Have you visited the Developer Discussions feature on
>>> https://dev.twitter.com/discussions yet?
>>>
>>> Twitter developer links:
>>> Documentation and resources: https://dev.twitter.com/docs
>>> API updates via Twitter: https://twitter.com/twitterapi
>>>
>>> Unsubscribe or change your group membership settings:
>>> http://groups.google.com/group/twitter-development-talk/subscribe
>>>
>>
>>
>
>
> --
>  Best wishes,
> Chetan Gadgilwar
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Access issue

2011-07-26 Thread Chetan Gadgilwar
Hi Mukesh,

Yeah its working now.
I recreate the keys & token & hot everything working.

Thanks :)

On Wed, Jul 27, 2011 at 10:18 AM, Mukesh Srivastav wrote:

> Hi Chetan,
>
> Please re-verify the Consumer and Secret key which you have generated from
> the Twitter page, if not try creating another C and S Key and try it out.
>
>
> Regards,
> Mukesh Srivastav,
> Freelancer for Android Mobile Application Development.
> Hyderabad.
> India.
>
>
>
> On Tue, Jul 26, 2011 at 5:07 PM, Chetan Gadgilwar wrote:
>
>> Hi Guys,
>>
>> i am new with twitter apps.
>>
>> i am developing an apps to update a timeline, i registered my apps
>> with & i got all credentials. But i am getting following error message
>>
>> Array
>> (
>>[error] => Read-only application cannot POST
>>[request] => /statuses/update.json
>> )
>>
>> Twitter displaying
>> OAuth settings
>>
>> Your application's OAuth settings. Keep the "Consumer secret" a
>> secret. This key should never be human-readable in your application.
>> Access levelRead and write
>>
>> BUT
>>
>> Your access token
>> Access levelRead-only
>>
>>
>>
>>
>>
>>
>> Please help me guys whats the exact problem.
>>
>> --
>> Have you visited the Developer Discussions feature on
>> https://dev.twitter.com/discussions yet?
>>
>> Twitter developer links:
>> Documentation and resources: https://dev.twitter.com/docs
>> API updates via Twitter: https://twitter.com/twitterapi
>>
>> Unsubscribe or change your group membership settings:
>> http://groups.google.com/group/twitter-development-talk/subscribe
>>
>
>


-- 
 Best wishes,
Chetan Gadgilwar

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Access issue

2011-07-26 Thread Mukesh Srivastav
Hi Chetan,

Please re-verify the Consumer and Secret key which you have generated from
the Twitter page, if not try creating another C and S Key and try it out.


Regards,
Mukesh Srivastav,
Freelancer for Android Mobile Application Development.
Hyderabad.
India.


On Tue, Jul 26, 2011 at 5:07 PM, Chetan Gadgilwar wrote:

> Hi Guys,
>
> i am new with twitter apps.
>
> i am developing an apps to update a timeline, i registered my apps
> with & i got all credentials. But i am getting following error message
>
> Array
> (
>[error] => Read-only application cannot POST
>[request] => /statuses/update.json
> )
>
> Twitter displaying
> OAuth settings
>
> Your application's OAuth settings. Keep the "Consumer secret" a
> secret. This key should never be human-readable in your application.
> Access levelRead and write
>
> BUT
>
> Your access token
> Access levelRead-only
>
>
>
>
>
>
> Please help me guys whats the exact problem.
>
> --
> Have you visited the Developer Discussions feature on
> https://dev.twitter.com/discussions yet?
>
> Twitter developer links:
> Documentation and resources: https://dev.twitter.com/docs
> API updates via Twitter: https://twitter.com/twitterapi
>
> Unsubscribe or change your group membership settings:
> http://groups.google.com/group/twitter-development-talk/subscribe
>

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


Re: [twitter-dev] Re: unique for every request in User Agent field?

2011-07-26 Thread Nicholas Chase
I believe that it means you need a string that's unique to your 
application, not for each request.


  Nick

On 7/26/2011 6:00 PM, jimmy6 wrote:

pls help

On Jul 21, 10:51 am, jimmy6  wrote:

"Search API usage requires that applications include a unique and
identifying User Agent string"

The above sentence is it unique for every request?




--
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe


  1   2   3   4   5   6   7   8   9   10   >