Jump to content

Recommended Posts

Posted

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.

Posted

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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...