Need Help!

rockstarrr

Regular Member
Joined
Jul 25, 2012
Messages
271
Reaction score
21
I need someone who can finish my script (imacros) I CAN NOT LOG IN INTO INSTAGRAM.COM with IMACROS

i want that the script authorize my account on instagram.com ...

it should be like - Step 1: Log out from (Gramfeed)
Step 2: Revoke Access from Instagram Applications
Step 3: Go on Gramfeed and SIGN IN and authorize the app ! (that is the tricky part)

maybe someone can help me out (or maybe someone have the REVOKE ACCESS TOKEN FOR ME) so i can do it manually

Here is the Step 3

SCRIPT: SET !ERRORIGNORE YES
URL GOTO=http://www.gramfeed.com/
TAG POS=1 TYPE=A ATTR=TXT:Logout
WAIT SECONDS=2
TAG POS=1 TYPE=IMG ATTR=SRC:http://www.gramfeed.com/Instagram_signin.png
WAIT SECONDS=2
FRAME F=2
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:username CONTENT=USERNAME
WAIT SECONDS=2
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:NoFormName ATTR=NAME: (P)assword CONTENT=PASSWORD
WAIT SECONDS=2
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:NoFormName ATTR=*
 
Last edited:
Back
Top