How to get redirecting url link with php from bit.ly
        Posted  
        
            by SaltLake
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by SaltLake
        
        
        
        Published on 2010-04-30T21:01:08Z
        Indexed on 
            2010/04/30
            21:07 UTC
        
        
        Read the original article
        Hit count: 251
        
I'm trying to get url links to those bit.ly redirects. I've tried to open bit.ly links with file_get_contents but it already gets content from redirected site, but how to get its url?
© Stack Overflow or respective owner