[twitter-dev] Re: Using @Anywhere with Protoype.js

2011-06-04 Thread Yogesh
Hi JM,

This looks like more of a jQuery/Prototype issue than twitter.

Check jquery docs here on how to use them both on same page without
conflicts.
http://docs.jquery.com/Using_jQuery_with_Other_Libraries

Yogesh

On May 17, 10:36 pm, jmdo jmdormo...@gmail.com wrote:
 Hi,

 we have a project using Prototype.js. We tried to use the javascript
 api @anywhere to add a 'sign with Twitter' functionnality and the
 ability for our users to post directly from our site.

 but when the API is initialized, we start to encounter several errors.
 Looking at the scripts loaded, I can see that jquery.min.js is loaded
 from ajax.googleapis.com, and that causes a conflict.

 Is there anyway to use the API with Prototype.js?

 Cheers,

 JM

-- 
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-dev] Questions on User.search and API timeout issues

2011-05-09 Thread Yogesh
Hello,

I am using @anywhere library to search for twitter users by firstname
+ lastname.

On using twiiter connect button, I have noticed that the popup window
that shows allow access to app times out periodically. It keeps
waiting for response from twitter. Same behavior is observed upon
searching for users. It sometimes doesn't work but works all right
after a while. I haven't been able to figure out any pattern on this
time out issues. What is solution to this issue?

I am trying to search twitter for users by their full name (first
name
+ last name.) . It returns me 20 results as expected.
When I append 'page=2' to finduser variable below, I get empty
response.
twttr.anywhere(function (T){
  T.User.search(finduser).each(function(user){
  // work on results
  });
});

I have 3 questions:
 1. How do I know upfront how many results matched my query?
 2. How to enable pagination?
 3. How to attach a loader function(that can show a loader gif till
the ajax
request-response is complete) to search method?

Any suggestions/hints are appreciated.

I had posted this email to @anywhere development list a while ago but
did not get any suggestions.

Thanks,
Yogesh

-- 
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


Re: [twitter-dev] dev.twitter.com

2010-04-14 Thread Yogesh Mali
Awesome !! Nice work .

On Wed, Apr 14, 2010 at 5:00 PM, Peter Denton petermden...@gmail.comwrote:

 Yeah, very nice work team. Thanks for doing this.


 On Wed, Apr 14, 2010 at 2:52 PM, Taylor Singletary 
 taylorsinglet...@twitter.com wrote:

 Thanks for the positive feedback!

 We're working hard on making this always the most up to date resource as
 possible -- admittedly, there's still some work to do to get everything in
 agreement with the dynamic world of the wiki.

 Look for much more to come on this portal. It's going to keep getting more
 awesome!

 Taylor Singletary
 Developer Advocate, Twitter
 http://twitter.com/episod



 On Wed, Apr 14, 2010 at 2:49 PM, Raffi Krikorian ra...@twitter.comwrote:

 cool - thanks - taylor has been spending a lot of time behind the scenes
 pushing this forward.  he has always felt that having this portal was
 extremely important for developers, and he made it happen.


 On Wed, Apr 14, 2010 at 2:38 PM, Atul Kulkarni 
 atulskulka...@gmail.comwrote:

 +1... this is nice.


 On Wed, Apr 14, 2010 at 4:27 PM, Dewald Pretorius dpr...@gmail.comwrote:

 Okay, this seriously rocks.

 Congrats to everyone who worked on making dev.twitter.com happen.


 --
 To unsubscribe, reply using remove me as the subject.




 --
 Regards,
 Atul Kulkarni




 --
 Raffi Krikorian
 Twitter Platform Team
 http://twitter.com/raffi






[twitter-dev] Tweets number changed

2010-03-26 Thread Yogesh Mali
Does anyone know why tweets are disappearing from twitter?

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


Re: [twitter-dev] Twitter/google map intergration tutorial

2010-03-25 Thread Yogesh Mali
Try this
http://www.brighthub.com/hubfolio/matthew-casperson/articles/53507.aspx

On Wed, Mar 24, 2010 at 4:09 PM, Michelle mdup...@gmail.com wrote:

 Hello,

 I'm looking for a tutorial/documentation on integrating google maps
 and twitter api. If anyone knows of a good tutorial or is willing to
 share code, please let me know. Thanks, Michelle

 To unsubscribe from this group, send email to twitter-development-talk+
 unsubscribegooglegroups.com or reply to this email with the words REMOVE
 ME as the subject.


To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


[twitter-dev] Re: icons

2010-03-09 Thread Yogesh
Try sites such as www.iconspedia.com

On Mar 9, 7:58 pm, Andrew Badera and...@badera.us wrote:
 Have you checked out:http://twitter.com/goodies/buttons

 ∞ Andy Badera
 ∞ +1 518-641-1280 Google Voice
 ∞ This email is: [ ] bloggable [x] ask first [ ] private
 ∞ Google me:http://www.google.com/search?q=andrew%20badera



 On Tue, Mar 9, 2010 at 2:26 PM, Troy tkruth...@gmail.com wrote:
  Hi, I'm developing a twitter specific (no facebook, etc) site using
  the api and wanted to know if it is ok to copy twitters icon sprite to
  our site and use the same icons that twitter.com does for replies,
  retweets etc.  For clarification, we are not using the twitter logo,
  but want to give users a familiar experience when tweeting from our
  site.

  Thanks,

  Troy


[twitter-dev] Re: I need a lot of help. Would be appreciated.

2009-11-10 Thread Yogesh Mali
Depends on what you use to program. If PHP is your choice, start reading
book Twitter:up and running. Nice book for twitter app.

On Tue, Nov 10, 2009 at 9:21 PM, justindclark justind.cl...@gmail.comwrote:


 So I have an idea for a Twitter web app that I think would be super
 useful and cool but I have zero experience in any of the required
 areas. I have been interested in developing web apps for a while but
 can find no really helpful resources anywhere. Can someone help me get
 started from step one (as I really have no idea about any of this)? It
 would be very much appreciated.



[twitter-dev] Famous Personality Twitter Accounts

2009-10-13 Thread Yogesh Mali
Hello
This might be naive, but I was checking out many Hollywood, sports
personalities twitter accounts. So how does Twitter authenticate these users
from fake accounts? Initially I thought verified accounts will be the way,
but then I saw there are many people whose accounts are not verified , but
still they have many followers and also verified accounts say it is for
avoiding duplicate names. Does twitter actually avoid fake stuff compared to
other social networking sites?


Thanks
Yogesh


[twitter-dev] Re: simple update and authentication

2009-10-12 Thread Yogesh Mali
well create a simple login page and ask users to sign-in with their twitter
accounts to your client's website and provide the textbox to update twitter
status. Use the credentials of users which they provided while signing in to
authenticate their twitter account  and also to store cookies or session as
per your requirements.
There are few more tutorials on twitter-api website for php. Look at them.

On Sat, Oct 10, 2009 at 9:45 PM, sisyphus netbaro...@gmail.com wrote:


 I am new to twitter api. a client asks me to do something simple with
 their web site with twitter.

 the client asks to create a text field that let user type message and
 click a update button then send the message to twitter.

 I follow this example and ok:
 http://woork.blogspot.com/2007/10/twitter-send-message-from-php-page.html

 but my client would like to let the users sign in to their own twitter
 account to create a session first. then the web page will update the
 message using the cookie and session information(first check has the
 user signed in to their account already). is it possible? the above
 example saves the username and password in the program.

 it seems simple but i am new to twitter api that i do not how to get
 started.

 anyone would advise?

 thanks  a lot.



[twitter-dev] Re: Lookup lots of user_ids from screenames?

2009-10-04 Thread Yogesh Mali
AndrewI don't think you can do that. If that would have been the case, they
would have never put any restrictions.

Yogesh

On Sun, Oct 4, 2009 at 3:43 PM, Josh Roesslein jroessl...@gmail.com wrote:


 Andrew,

 I'd email a...@twitter.com about getting whitelisted. If they deny it
 then maybe just do a little bit at a time
 until you have processed all your username - ids.

 Josh

 On Sun, Oct 4, 2009 at 3:40 PM, Andrew McCloud and...@amccloud.com
 wrote:
 
  I don't thin you understood my question. I have a list of usernames
  that i need to convert to ids. These usernames are not friends of my
  account.
 
  On Oct 3, 11:18 pm, Thomas Hübner thueb...@gmx.de wrote:
  you can usehttp://
 apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0f...
  together with the cursor to grab all your friends. Store this locally
  then you have all informations.
 
  Andrew McCloud schrieb:
 
 
 
   Is it possible to lookup lots of user_ids from screenames without
   being rate limited? I'm doing a 1 time import into our db and need to
   get it done asap.
 
 
 
   signature.asc
   1KViewDownload



 --
 Josh



[twitter-dev] Re: Retrieving a list of followers and/or friends for an arbitrary user...

2009-07-04 Thread yogesh dewangan
Yes you can fetch list of followers and friends of any arbitrary user , see
the link,.

http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-followers%C2%A0ids



On Sat, Jul 4, 2009 at 4:27 PM, kmslogic kmslo...@gmail.com wrote:


 I can get a list of followers/friends for the current authenticated
 user, but I can't figure out how to do it for an arbitrary user.  Does
 the API allow this?  You can definitely do it even without being
 authenticated on the Twitter web site.



[twitter-dev] Re: Freelance Twitter API Dev directory?

2009-04-22 Thread Yogesh

Hi,

Add me to the list also.

Twitter Url: http://twitter.com/agrawalyogesh

Email: yogesha...@gmail.com

Java, MySql, learning ruby on rails

Thanks,
Yogesh

On Feb 24, 6:06 pm, MIkeLangford m...@tweetworks.com wrote:
 I also recommend you and other Twitter API developers join the
 Developing Twitter group on Tweetworks.

 http://www.tweetworks.com/groups/view/DevelopingTwitter

 The group was set up by @KrisColvin developer ofhttp://twitterface.me/

 On Feb 21, 9:00 pm, Chad Etzel jazzyc...@gmail.com wrote:

  Hi All,

  I have been getting a few requests here and there for twitter API
  development work.  I cannot take on any such projects at the moment,
  but I always feel bad for leaving them in the lurch.  Is there a list
  or directory anywhere of Twitter API developers that work freelance
  that I can send to them when this happens?  I'm happy to forward on
  such requests.

  -Chad