Programmatically retrieve a list of a user's Facebook pages
        Posted  
        
            by BinaryMuse
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by BinaryMuse
        
        
        
        Published on 2010-06-13T21:25:57Z
        Indexed on 
            2010/06/13
            21:32 UTC
        
        
        Read the original article
        Hit count: 281
        
Greetings,
Using the Facebook API, I have obtained an OAuth access token for a user. I can use it to retrieve information about the user and post to their wall, etc. I'm trying to figure out how to (or if there is a way to) programmatically get a list of pages a user owns (so that they can be presented in a drop-down list on a third-party site). I have been unable to find such a method in the Facebook API, but I'm hoping I've missed something.
Thanks!
© Stack Overflow or respective owner