Loking for someone to do a tricky little twitter thing.

Discussion in 'Programming' started by mactac, Mar 18, 2009.

  1. #1
    HI, I'm looking for someone who can give me the code I need to send to a browser so someone who is already logged into twitter will follow someone

    in other words, something like this:

    http://www.twitter.com/followID=4355435 (where 4355435 is the user to be followed)

    I realize that it may not be as simple as this (as it looks like the submit buttons use flash), but I"m fairly certain it can be done.

    Basically, it would be the same as someone clicking the follow button.

    The API won't work, as it relies on sending user names & passwords... we don't need that as the user is already logged on.

    it would be like a "follow me on twitter" button that does not load up twitter.com & does it without the person leaving the site.

    let me know how much you would charge for this.
     
    mactac, Mar 18, 2009 IP
  2. chanakya

    chanakya Peon

    Messages:
    361
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    chanakya, Mar 18, 2009 IP
  3. mactac

    mactac Peon

    Messages:
    326
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    It is possible, here's what I posted over there....

    "you can do it with css layers & clickjacking. They did some javascript to make it not work with an iframe, but you can still do it with css layers... just do a search for that.

    See, I myself want to put a button on my website that says "follow me on twitter" that actually FOLLOWS me rather than go to twitter.com & asking them to click.

    I'll pitch in on some money as well if someone can do this..."
     
    mactac, Mar 18, 2009 IP
  4. chanakya

    chanakya Peon

    Messages:
    361
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    Any example of the implementation done somewhere ?
     
    chanakya, Mar 18, 2009 IP
  5. mactac

    mactac Peon

    Messages:
    326
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    If I had an example, i wouldn't need the help :)

    seriously though, I don't know. The best example is on the twitter site itself. click a button, follow someone. I want to put a button like that on my site (that doesn't just link to my twitter page)
     
    mactac, Mar 18, 2009 IP
  6. chanakya

    chanakya Peon

    Messages:
    361
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    Twitter authenticated data is in sessions that's why it can follow the user.

    If you are saying you know that it's possible, You must be having some technical basis on which you aresaying this statement , Either some implementation or some method.

    IMO it's not possible, The only way of getting stuff automated is either a user entering his/her username and password or oauth implementation
     
    chanakya, Mar 18, 2009 IP
  7. mactac

    mactac Peon

    Messages:
    326
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    I already gave one example of how to do it. (which is fairly well documented)

    You don't need the user/password if they are already logged in to twitter, their sessions are persistent.
     
    mactac, Mar 18, 2009 IP