[twitter-dev] Re: Tweet Button Error

2011-03-03 Thread Tom Mc
I've noticed the same thing, and if I've got firebug open, I see an
error referring to jQuery not being defined.

On Mar 3, 9:54 am, Jerry Thompson  wrote:
> Just noticed that the Twitter's Tweet button which opens up a popup
> window for sharing, upon posting to Twitter, there's a link to "Return
> to X site".  Clicking this link will open the originating site within
> the JS popup.  Shouldn't it simply just close the popup window as the
> user is already on the originating site?

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


[twitter-dev] Twitter Search bug: confusing Swedish place "Åre" with English verb "are"

2011-03-03 Thread Jeffrey Greenberg
Hi,
We have a customer who is trying to find tweets with the Swedish word
"Åre", which is a place, and is getting tweets with the English word
"are" in it.

I've reproduced this on search.twitter.com ...  If the search is "Åre
-are" it return nothing, because it seems that search.twitter.com sees
them as the same word.

Can this get addressed?  And/or is there a workaround (not involving
streams)?  (fyi: Geographic/location related search will not work in
this situation).

Thanks,
jeffrey greenberg
www.tweettronics.com

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


[twitter-dev] Re: POSTs to :user/:list_id/create_all returning HTTP status 404 for all requests

2011-03-03 Thread Ken D.
Mistakes are a fact of life, no excuses necessary. What is hard to
understand is not being able to change a few characters in the
documentation, while developers continue to fall into this silly
trap.

Is the doc generated from the code? Doesn't look like it.

Of course, this documentation bug - and the FAQ about getting a user's
email address, which could also be laid to rest by improving the doc -
keeps this list alive, so I shouldn't complain.

On Mar 3, 7:24 pm, Taylor Singletary 
wrote:
> There's obviously no good excuse I can tell you for the documentation being
> wrong.
>
> In this case, the old resource was never deprecated and never existed -- the
> documentation was wrong from the beginning.
>
> We're very aware of documentation bugs and are actively working towards
> allowing their modification with more fluidity than we have today. Thanks
> for your patience while we get there.
>
> @episod  - Taylor Singletary - Twitter Developer
> Advocate
>
> On Mon, Feb 28, 2011 at 8:21 AM, sferik  wrote:
> > On Monday, February 28, 2011 8:05:09 AM UTC-8, Taylor Singletary wrote:
> > > It's a documentation error at the moment, the proper path is: POST
> > :user/:list_id/members/create_all
>
> > When was the old resource deprecated? Were there any other resources that
> > changed at the same time? I try to pay close attention to the Twitter API
> > Announcements list, but don't recall seeing anything about this. Could you
> > direct me to the relevant post?
>
> > I'm disappointed that the documentation is not keeping up with the API. If
> > anything, the documentation should be coming ahead of changes, not trailing
> > them.
>
> > --
> > Twitter developer documentation and resources:http://dev.twitter.com/doc
> > API updates via Twitter:http://twitter.com/twitterapi
> > Issues/Enhancements Tracker:
> >http://code.google.com/p/twitter-api/issues/list
> > Change your membership to this group:
> >http://groups.google.com/group/twitter-development-talk

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


Re: [twitter-dev] POSTs to :user/:list_id/create_all returning HTTP status 404 for all requests

2011-03-03 Thread Taylor Singletary
There's obviously no good excuse I can tell you for the documentation being
wrong.

In this case, the old resource was never deprecated and never existed -- the
documentation was wrong from the beginning.

We're very aware of documentation bugs and are actively working towards
allowing their modification with more fluidity than we have today. Thanks
for your patience while we get there.

@episod  - Taylor Singletary - Twitter Developer
Advocate


On Mon, Feb 28, 2011 at 8:21 AM, sferik  wrote:

> On Monday, February 28, 2011 8:05:09 AM UTC-8, Taylor Singletary wrote:
> > It's a documentation error at the moment, the proper path is: POST
> :user/:list_id/members/create_all
>
> When was the old resource deprecated? Were there any other resources that
> changed at the same time? I try to pay close attention to the Twitter API
> Announcements list, but don't recall seeing anything about this. Could you
> direct me to the relevant post?
>
> I'm disappointed that the documentation is not keeping up with the API. If
> anything, the documentation should be coming ahead of changes, not trailing
> them.
>
> --
> Twitter developer documentation and resources: http://dev.twitter.com/doc
> API updates via Twitter: http://twitter.com/twitterapi
> Issues/Enhancements Tracker:
> http://code.google.com/p/twitter-api/issues/list
> Change your membership to this group:
> http://groups.google.com/group/twitter-development-talk
>

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


Re: [twitter-dev] Is there a feature in the API to access past number of lists?

2011-03-03 Thread Scott Wilcox
No, there are no current endpoints that could provide you with this 
information. You would have to start tracking it yourself to do so.


On 3 Mar 2011, at 17:54, bunguman wrote:

> Hello, I have a question about accessing the "list" data.
> 
> I want to see the past fluctuations of the number lists that any given
> account was organized by other users.
> 
> Ideally, it would function like TwitterCounter
> (www.twittercounter.com) with "lists" instead of "followers,"
> "following," and "tweets."
> 
> Does Twitter API support this?

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


[twitter-dev] Is there a feature in the API to access past number of lists?

2011-03-03 Thread bunguman
Hello, I have a question about accessing the "list" data.

I want to see the past fluctuations of the number lists that any given
account was organized by other users.

Ideally, it would function like TwitterCounter
(www.twittercounter.com) with "lists" instead of "followers,"
"following," and "tweets."

Does Twitter API support this?

Thank you

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


[twitter-dev] Tweet Button Error

2011-03-03 Thread Jerry Thompson
Just noticed that the Twitter's Tweet button which opens up a popup
window for sharing, upon posting to Twitter, there's a link to "Return
to X site".  Clicking this link will open the originating site within
the JS popup.  Shouldn't it simply just close the popup window as the
user is already on the originating site?

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


[twitter-dev] Re: Implementing OAuth , PHP

2011-03-03 Thread Tweet Closer


On Feb 25, 5:55 pm, Peter Denton  wrote:
> if you are not too far down the road with Tiis Verkoyen's class, I can send
> you an example using Abraham's oAuth library which will show you how to do
> this.

OK, ta, I've downloaded that class, I'll have a play

J

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


Re: [twitter-dev] Twitter integration for IPhone App

2011-03-03 Thread sheri barton
i dont know someone teach me because im lost on this





From: Battan Amit 
To: Twitter Development Talk 
Sent: Tue, March 1, 2011 4:56:13 AM
Subject: [twitter-dev] Twitter integration for IPhone App

Hi 


I am working on a iphone application in which I will integrate the twitter
I have questions


* What is different between oAuth and xAuth? Which one should I use?
* I want when I login into my application then user's twitter account 
automatically logged in if he/she provide the authentic detail already. Is it 
possible, if then using oAuth or xAuth?
* Is any twitter official iOS sdk for twitter, like MGTwitterEngine, if 
it then 
please provide the source if it is free?

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

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


Re: [twitter-dev] Re: Twitter integration for IPhone App

2011-03-03 Thread Battan Amit
I found some links from twitter site MGTwitterEngine etc.

and use it.

this is supporting both xAuth and oAuth as per its documentation
and try it using xAuth as a function calling named
getXAuthAccessTokenForUsername

But my application is in developing stage .. and twitter not approving it ..
they will approve it after release...


I am not able to use oAuth using MGTwitterEngine

Can you help me...

Even I am not able to use oAuth version
http://mobile.tutsplus.com/tutorials/iphone/twitter-api-iphone/comment-page-1/

I can update my status using it...

But not able do any thing else

I try
[twitterObj getUserInformationForEmail:@"batta...@gmail.com"];

then getting error

Request 9EF8DE73-6E04-46F1-9D90-484F90FCA44F failed with error: Error
Domain=HTTP Code=404 "The operation couldn’t be completed. (HTTP error
404.)"


Request 016DB024-1BFB-4E9B-8734-3FFCCB93D6E4 failed with error: Error
Domain=HTTP Code=403 "The operation couldn’t be completed. (HTTP error
403.)"






AB



On 3 March 2011 17:49, Bess  wrote:

> No Official Twitter iOS SDK.
>
> You want better user experience on iOS app use xAuth. I will be
> releasing book chapter on iOS app soon with code example.
>
> On Mar 1, 4:56 am, Battan Amit  wrote:
> > Hi
> >
> > I am working on a iphone application in which I will integrate the
> twitter
> > I have questions
> >
> >- What is different between oAuth and xAuth? Which one should I use?
> >- I want when I login into my application then user's twitter account
> >automatically logged in if he/she provide the authentic detail
> already. Is
> >it possible, if then using oAuth or xAuth?
> >- Is any twitter official iOS sdk for twitter, like MGTwitterEngine,
> if
> >it then please provide the source if it is free?
> >
> > Thanks
> > Amit
>
> --
> Twitter developer documentation and resources: http://dev.twitter.com/doc
> API updates via Twitter: http://twitter.com/twitterapi
> Issues/Enhancements Tracker:
> http://code.google.com/p/twitter-api/issues/list
> Change your membership to this group:
> http://groups.google.com/group/twitter-development-talk
>

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


[twitter-dev] Re: Twitter integration for IPhone App

2011-03-03 Thread Bess
No Official Twitter iOS SDK.

You want better user experience on iOS app use xAuth. I will be
releasing book chapter on iOS app soon with code example.

On Mar 1, 4:56 am, Battan Amit  wrote:
> Hi
>
> I am working on a iphone application in which I will integrate the twitter
> I have questions
>
>    - What is different between oAuth and xAuth? Which one should I use?
>    - I want when I login into my application then user's twitter account
>    automatically logged in if he/she provide the authentic detail already. Is
>    it possible, if then using oAuth or xAuth?
>    - Is any twitter official iOS sdk for twitter, like MGTwitterEngine, if
>    it then please provide the source if it is free?
>
> Thanks
> Amit

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


[twitter-dev] MGTwitterEngine-1.0.8-OAuth - Error HTTP 401

2011-03-03 Thread Battan Ror
Hi

I am using this code for the MGTwitterEngine oAuth from source
https://github.com/kimptoc/MGTwitterEngine-1.0.8-OAuth/

but not working for me...

it give the same error I was getting in using xAuth without enabling
xAuth

Error Log is:
Twitter request failed! (3AFB8476-929F-4467-A4FE-DE43358CB62A) Error:
The operation couldn’t be completed. (HTTP error 401.) ((null))

and one more thing I have not found anything in this source of code
for setting the application key and secret?
may be error due to this.. please help me.


Code I am using
-(IBAction)twitterBtnAct:(id)sender{
// Put your Twitter username and password here:
NSString *username = @"amit_bursys";
NSString *password = @"1abattan23";

NSString *consumerKey = @"b2jD5AXJewSNfmCBfzvlw";
NSString *consumerSecret =
@"ceqEECJalqtVUnxl8sNQxrh5dXGUvo9cg4HxKNn6g";
// Make sure you entered your login details before running this
code... ;)
if ([username isEqualToString:@""] || [password
isEqualToString:@""]) {
NSLog(@"You forgot to specify your username/password in
AppController.m!");
}

// Create a TwitterEngine and set our login details.
twitterEngine = [[MGTwitterEngine alloc] initWithDelegate:self];
[twitterEngine setUsername:username password:password];

// Get updates from people the authenticated user follows.
[twitterEngine getFollowedTimelineFor:username since:nil
startingAtPage:0];
}



Thanks

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