[twitter-dev] Re: Widgets above Slimbox/lilghtbox

2011-02-13 Thread Ivan
OK, i figured it out myself, I'll write solution here if someone needs this. First, put div tags around your tweeter widget code like this: /* here is your tweeter widget code */ Then in css file wtite this: #tweets .twtr-timeline { z-index: 0; } On Feb 13, 12:47 pm, Ivan

[twitter-dev] Widgets above Slimbox/lilghtbox

2011-02-13 Thread Ivan
Twitter wigdets are displaying above lightbox gallery, here is example: http://i.imgur.com/QwYFE.jpg This is an old problem ( http://groups.google.com/group/twitter-development-talk/browse_thread/thread/79df37343715b2cb ) but I haven't find solution yet. -- Twitter developer documentation and re

[twitter-dev] User ID reuse

2010-06-17 Thread Ivan Shcheklein
Is there guarantee that ID will never be reused by another user? I mean, for example, if I delete account does it mean that my ID will be assigned to someone in the future?

[twitter-dev] Re: What's up with OAuth?

2010-02-11 Thread Ivan
This is good news. This has taken ages to solve though. We came up with a solution at Tipjoy, told everyone about it, but no one bothered. Clients are largely to blame for the continued commonness of asking for passwords: http://tipjoy.com/api/#authentication Ivan http://kirigin.com On Feb 11

Re: [twitter-dev] Re: Possibility to link to the user page not by the name but by the id.

2010-01-31 Thread Ivan Glushkov
functionality in the API. Ivan. On Sun, Jan 31, 2010 at 6:41 PM, Michael Steuer wrote: > If user is no longer the same user as the one that posted status id > , then the link  http://twitter.com//statuses/ would no longer > be valid (as the NEW user is not the owner

Re: [twitter-dev] Re: Possibility to link to the user page not by the name but by the id.

2010-01-31 Thread Ivan Glushkov
code.google.com/p/twitter-api/issues/entry. >> >> Abraham >> >> >> >> >> >> On Sat, Jan 30, 2010 at 02:06, Ivan Glushkov wrote: >> > Oh, thanks, Abraham! That's great! >> >> > But why isn't it documented anywhere? >> > And i

Re: [twitter-dev] Re: Possibility to link to the user page not by the name but by the id.

2010-01-30 Thread Ivan Glushkov
222 i would be sure that it's the same user and the same status for that user. Ivan. On Sun, Jan 31, 2010 at 9:36 AM, Michael Ivey wrote: > You could do this internally in your application, using statuses/show to > make sure you have the correct user info before redirecting. >  -- ive

Re: [twitter-dev] Re: Possibility to link to the user page not by the name but by the id.

2010-01-30 Thread Ivan Glushkov
Thanks a lot, Abraham! I've created it. http://code.google.com/p/twitter-api/issues/detail?id=1412 Ivan. On Sat, Jan 30, 2010 at 10:17 PM, Abraham Williams <4bra...@gmail.com> wrote: > There does not appear to be. You could open an feature request and maybe > Twitter wil

Re: [twitter-dev] Re: Possibility to link to the user page not by the name but by the id.

2010-01-30 Thread Ivan Glushkov
Oh, thanks, Abraham! That's great! But why isn't it documented anywhere? And is there any way to redirect to some status of this user? I mean smth like http://twitter.com/account/redirect_by_id?id=9436992&status=3 ??? Thanks once more, Ivan. On Fri, Jan 29, 2010 at 11:

[twitter-dev] Re: Possibility to link to the user page not by the name but by the id.

2010-01-27 Thread Ivan
. Is there any plan in this direction? Ivan. On 21 янв, 06:03, Abraham Williams <4bra...@gmail.com> wrote: > I remember this topic coming up before and it seems like someone built an > application that handled this but I can't find any references to it. Maybe > someb

[twitter-dev] Possibility to link to the user page not by the name but by the id.

2010-01-20 Thread Ivan
e just redirections to the original user pages, it doesn't matter. For example if the user “aaa” have id 11, the following two links should point to the same page: twitter.com/aaa and twitter.com/id/11 This mechanism should also be applied for the statuses: twitter.com/id/11/statuses/22 Ivan.

[twitter-dev] Re: Alert: "Twitpocalypse II" coming Friday, September 11th - make sure you can handle large status IDs!

2009-09-10 Thread Ivan Kirigin
igher priority and more impactful optimizations, I might think about dealing with this again. Ivan http://kirigin.com On Sep 10, 5:48 am, JDG wrote: > and if they are, just store the twos complement of the ID in the DB and do > the math when you retrieve if it's negative. :) > > > &

[twitter-dev] tatatweet.com is live: open source premium app using Tipjoy + Twitter

2009-05-19 Thread Ivan
First prize is a MacBook Air. Ivan http://tipjoy.com

[twitter-dev] charities on twitter

2009-05-18 Thread Ivan
s the survey: http://bit.ly/usaTI My guess is there are 10X that many charities, with some bigger ones missing. @charitywater if a suggested account, so is probably the biggest on Twitter, despite the count. Copy and remix the data if you think something is missing. Best, Ivan http://tipjoy.com p

[twitter-dev] in lieu of @replies, need better filters for applications

2009-05-13 Thread Ivan
n place for a better user experience shouldn't hurt applications. Users and apps are different. Best, Ivan http://tipjoy.com ** @tatatweet is an open source premium twitter app built using Tipjoy's API http://bit.ly/git_tatatweet Please copy the code

[twitter-dev] Tipjoy allows API access via OAuth

2009-04-21 Thread Ivan
we're holding an API contest too :-D http://tipjoy.com/apicontest/ Ivan http://tipjoy.com

[twitter-dev] Re: 403 on valid request to friendships/create/ if friendship already exists

2009-04-17 Thread Ivan Kirigin
P status code indicates that the client was   > > able to communicate with the server, but the server doesn't let the   > > user access what was requested. > > >http://en.wikipedia.org/wiki/HTTP_403 > > > On Fri, Apr 17, 2009 at 07:46, Ivan wrote: > > > Hi, &

[twitter-dev] 403 on valid request to friendships/create/ if friendship already exists

2009-04-17 Thread Ivan
Hi, Twitter returns a HTTP 403 if you make a properly authorized follow request to a user already followed. That seems like the wrong kind of response. It should return 200, with data saying the friendship already existed, no? Ivan http://tipjoy.com

[twitter-dev] Re: Sign in with Twitter

2009-04-16 Thread Ivan Kirigin
Zac, this can be solved just be properly modeling user accounts and twitter accounts. It should be one-to-many. Signing in with any of their twitter accounts can sign in that user. Let me know if that doesn't address your problem. Ivan http://tipjoy.com On Apr 16, 1:18 pm, Zac Bowling

[twitter-dev] free idea: paid protected updates

2009-04-16 Thread Ivan
.html Note that it might require some Twitter API enhancements to work smoothly as a 3rd party service: http://bit.ly/AF20N What do you think? Ivan http://tipjoy.com/APIcontest ps. on my todo list today is getting the API working with OAuth access. Are there any other examples of mashups be

[twitter-dev] Re: protect updates via API?

2009-04-15 Thread Ivan Kirigin
Also, is there a way to approve follow requests to a protected account via the REST API? Ivan On Apr 15, 9:42 pm, Ivan wrote: > Hi, > > I have an idea I'd like to write about for the Tipjoy Twitter Payments > APIhttp://tipjoy.com/APIcontest/ > > I'm blogging ideas

[twitter-dev] protect updates via API?

2009-04-15 Thread Ivan
entials could be changed or OAuth access revoked as a way of avoiding follower removal. Thanks, Ivan http://tipjoy.com/twitter

[twitter-dev] Re: Tipjoy opens Twitter Payments API, celebrates with an API Contest

2009-04-08 Thread Ivan Kirigin
with Twitter, then proceed like we have a twitter password. This call won't work though, because we'd need to update the user's status http://tipjoy.com/api/#creating_twitter_payment We'll enable a work-around by posting the tweet, and calling that endpoint with an id of a t

[twitter-dev] Re: Tipjoy opens Twitter Payments API, celebrates with an API Contest

2009-04-08 Thread Ivan Kirigin
and domains because of link spam, and expect to do the same for fraudsters too. Best, Ivan http://tipjoy.com On Apr 8, 9:52 am, Dossy Shiobara wrote: > Great, now Nigerian royalty can use Twitter to get their millions of > secret dollars out of their country, with the aid of Twitter u

[twitter-dev] Tipjoy opens Twitter Payments API, celebrates with an API Contest

2009-04-08 Thread Ivan
username & password for authorization. I'm hacking together something to give all the OAuth applications some love. I'll post here when it's ready. I'd love to hear what you all think! Best, Ivan http://tipjoy.com/twitter http://twitter.com/ikirigin

[twitter-dev] Re: 4-legged OAuth discussion

2009-03-29 Thread Ivan Kirigin
nsumers to become providers, as some on the OAuth list thread have suggested. >> Finally, Ivan you have had some great input for our development team. And >> for that, we are appreciative. No problem :) Best, Ivan http://tipjoy.com On Mar 27, 9:37 pm, Doug Williams wrote: > Iv

[twitter-dev] 4-legged OAuth discussion

2009-03-25 Thread Ivan
re independent OAuth access grants for each consumer. What do you think? Ivan http://tipjoy.com

[twitter-dev] Re: Can OAuth approval process work in an IFRAME?

2009-03-21 Thread Ivan Kirigin
Scott is correct here. As a policy, web sites should never allow sign in through an iframe, as even the minority of users smart enough to verify the source URL is twitter.com can't verify it. Ivan http://tipjoy.com On Mar 20, 11:24 pm, Scott Carter wrote: > I think Ivan's sug

[twitter-dev] Re: Can OAuth approval process work in an IFRAME?

2009-03-20 Thread Ivan Kirigin
gnated hidden iframe from the 3rd party. Alternatively, you could ask the user to refresh the widget / bookmarklet. Generally, I'd like to see some standard buttons from twitter, so normalize the OAuth experience. You can see on the top of http://tipjoy.com a banner we made that uses twitter font

[twitter-dev] Re: TinyUrl and Twitter. Should I use it?

2009-03-10 Thread Ivan Kirigin
rendition of Paranoid Android: http://bit.ly/WFMN9 And you can track the clicks here: http://bit.ly/WFMN9+ Note that I'm biased - I know the good folks who make bit.ly Best, Ivan http://tipjoy.com On Mar 10, 1:56 am, PSM wrote: > you are completely safe to use tinyurl.  yes there are iss

[twitter-dev] converting existing users to OAuth

2009-02-28 Thread Ivan
a form. Thanks, Ivan http://tipjoy.com

[twitter-dev] sending credentials from one third party app to another

2009-02-28 Thread Ivan
Tipjoy. You can see a growing set of tools for twitter app developers to use us for payments here: http://tipjoy.com/api They won't work well without sharing authorization. I don't have a good solution for this, and would love to hear what ideas people have. Best, Ivan http://tipjoy.com

Re: OAuth Documentation Preview

2009-02-07 Thread Ivan
Awesome, thanks! I'll try to post some Python / Django code as we get things working for Tipjoy. Ivan http://tipjoy.com On Feb 7, 12:52 am, Matt Sanford wrote: > Hi all, > >     We launched our OAuth code to production yesterday with employee- > only access to check for

Re: API Changes for January 12, 2009

2009-01-13 Thread Ivan
y.com/banners ), which means adding a connect button is costly unless we know they have a Facebook account. They could do it, but they haven't made this functionality AFAIK. Ivan http://tipjoy.com On Jan 12, 6:59 pm, Matt Sanford wrote: > Here are the changes launched today, 2009-01-12: &g

Re: jquery bug or twitter bug? on api call to /users/show/[username].json

2009-01-08 Thread Ivan
will be a pretty good example of how to very quickly extract info from the twitter API using jquery. Ivan http://tipjoy.com On Jan 7, 11:07 am, Matt Sanford wrote: > Hi Ivan, > >      The jQuery getJSON replaces the trailing "?" with a function name   > like jsonp4728701093601

jquery bug or twitter bug? on api call to /users/show/[username].json

2009-01-07 Thread Ivan
doing wrong in jquery? I looked at the code for this project, and it looks like they are using jquery to access summize in the same way I'm grabbing from the twitter api. http://tweet.seaofclouds.com/ http://github.com/seaofclouds/tweet/tree/master/javascripts/jquery.tweet.js Any help would be greatly appreciated. Thanks, Ivan http://tipjoy.com