tags:

views:

303

answers:

0

I'm trying to connect to myspace to download my contacts list from C#. I've tried using the SDK for C#, created an App, but turns out that only works by redirecting the user to the myspace login page to enter his credentials, and I want this to be completely automated.

I could try to create a login script using POST/GET's from C# but that might become ugly... and anyway I've tried it and it kinda closes the connection on me mid-way while downloading the page for some reason (wrong referer?).

Best way would be to use the API, but where do I enter the username and password to retrieve the details I need?