ASut Posted August 13, 2011 Posted August 13, 2011 Hi, I want to get the post from the facebook page, I have try to use #include <INet.au3> _INetGetSource("http://www.facebook.com/pages/Joker/66908075318") ;Or ;InetGet("http://www.facebook.com/pages/Joker/66908075318", @ScriptDir & "\wall.txt") ;$data = InetRead("http://www.facebook.com/pages/Joker/66908075318") ;FileWrite("wall.txt",$data) But all of them can only return some of the result, how to I perform clicking the "Older Posts" on the page in order to ge tmore result? Thanks in advance.
somdcomputerguy Posted August 13, 2011 Posted August 13, 2011 Hover the mouse over that link, and use that target URL. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
ASut Posted August 14, 2011 Author Posted August 14, 2011 The links of all the "Older posts" are the same, i.e "http://www.facebook.com/pages/Joker/66908075318" I know how to perform the clicking action in IE, but how I can use Autoit to perform it in the background?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now