springframework
Newbie
- Oct 20, 2009
- 20
- 0
I want to utilize all the different social networking sites by sending out messages to the members through the networking site automatically.
I have done this before with php where u login, search users, send messages.
The problem is that I find it difficult to write all the code to deal with setting headers and cookies since they are always different for all the sites.
What I was thinking is if i could control the web browser with a programming language then I could just send my web browser to the urls with the post parameters attached. I wouldn't have to deal with headers or cookies cause they would be real and stored for me!
Has anyone ever done such a thing with the web browser.
I have done this before with php where u login, search users, send messages.
The problem is that I find it difficult to write all the code to deal with setting headers and cookies since they are always different for all the sites.
What I was thinking is if i could control the web browser with a programming language then I could just send my web browser to the urls with the post parameters attached. I wouldn't have to deal with headers or cookies cause they would be real and stored for me!
Has anyone ever done such a thing with the web browser.