Replies: 2 comments 5 replies
-
auth_id, app_token and sess should not be blank. I think password should be "" instead of "*". "Make sure your cookies and user-agent are correct. Use this tool Cookie Helper" |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah I didn’t want to post my info in public view, I put asterisks instead my info.
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
From: ***@***.***>
Sent: Saturday, April 24, 2021 12:24 PM
To: ***@***.***>
Cc: ***@***.***>; ***@***.***>
Subject: Re: [DIGITALCRIMINAL/OnlyFans] Ok so I missing something. (#1058)
auth_id, app_token and sess should not be blank. I think password should be "" instead of "*".
"Make sure your cookies and user-agent are correct. Use this tool Cookie Helper"
https://github.com/DIGITALCRIMINAL/OnlyFans/blob/master/README.md#faq
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#1058 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AP4TLQDYSV55TCVOMCL6UELTKL5FZANCNFSM43P6DE6Q>.
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting the "Expecting property name enclosed in double quotes: line 14 column 2 (char 435)
Here's my auth section .
"auth": {
"username": "default",
"auth_id": "",
"auth_hash": "",
"auth_uniq_": "",
"sess": "",
"app_token": "",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0",
"email": "",
"password": "*",
"support_2fa": true,
"active": true,
}
Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions