Overlord Posted March 18, 2009 Posted March 18, 2009 (edited) ok, here's what I want to do.Open my friendslist on facebook and then automatically open a new page based on their profilenumber...this is how far I got until now.#include <IE.au3> $oIE = _IECreate ("http://www.facebook.com/friends/?everyone&ref=tn") $oLinks = _IELinkGetCollection ($oIE) For $oLink In $oLinks If StringInStr($oLink.href ,"profile") Then MsgBox(0, "Link Info", $oLink.href); match all links that contain the word PROFILE Nextfor now I just want a msgbox popping up with the correct link.later that part will be changed to open a IE page to that locationthe filter I'm trying to create works partly. until I want to change the link from http://www.facebook.com/profile.php?id= into http://apps.facebook.com/inthemafia/status_invite.php?from=any suggestions please? Edited March 18, 2009 by Overlord
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