- Utama
- Komuniti
- Pengaturcaraan
- attempting to access account thru JSON API - getting error: ...
Edit Your Comment
attempting to access account thru JSON API - getting error: session required
Ahli sejak Sep 25, 2012
7 hantaran
Feb 22, 2018 at 22:11
Ahli sejak Sep 25, 2012
7 hantaran
Hi I posted this yesterday and it seems to have gone missing, so trying again today.
I am trying access my account data with the Webrequest and for the logon request, I am getting a message saying session is required. However, the session is not required according to the documentation and that the session is returned for further calls after.
Any ideas?
I am trying access my account data with the Webrequest and for the logon request, I am getting a message saying session is required. However, the session is not required according to the documentation and that the session is returned for further calls after.
Any ideas?
Enter Boldy
Ahli sejak Jan 05, 2016
1189 hantaran
Jul 16, 2018 at 00:49
Ahli sejak Jan 05, 2016
1189 hantaran
You need to correctly send your login information.
That is how you generate your session.
Here is the link to the API.
https://www.myfxbook.com/api
If it looks too good to be true, it's probably a scam! Let the buyer beware.
Ahli sejak Sep 25, 2012
7 hantaran
Jul 19, 2018 at 00:25
Ahli sejak Sep 25, 2012
7 hantaran
thanks for the reply.
I understood, as you suggest, that a login is required to get a session. When I do a login, the error message says I need a session to do a login. Makes no sense.
Thanks.
I understood, as you suggest, that a login is required to get a session. When I do a login, the error message says I need a session to do a login. Makes no sense.
Thanks.
Enter Boldy
Ahli sejak Jan 19, 2021
7 hantaran
Jan 26, 2021 at 12:13
Ahli sejak Jan 19, 2021
7 hantaran
It may work for you:
Request = 'https://www.myfxbook.com/api/login.json?email=username&password=password'
response = requests.get(Request, verify = False)
data = response.json()
Session = data['session']
path = ('https://www.myfxbook.com/api/get-community-outlook.json?session=' + Session)
response = requests.get(path, verify = False)
Request = 'https://www.myfxbook.com/api/login.json?email=username&password=password'
response = requests.get(Request, verify = False)
data = response.json()
Session = data['session']
path = ('https://www.myfxbook.com/api/get-community-outlook.json?session=' + Session)
response = requests.get(path, verify = False)
Ahli sejak Dec 16, 2020
13 hantaran
Mar 18, 2021 at 09:26
Ahli sejak Dec 16, 2020
13 hantaran
You should contact the platform or their team for this.
*Penggunaan komersil dan spam tidak akan diterima, dan boleh mengakibatkan penamatan akaun.
Petua: Menyiarkan url gambar/youtube akan menyisipkannya secara automatik dalam siaran hantaran anda!
Tip: Taipkan tanda @ untuk melengkapkan nama pengguna yang menyertai perbincangan ini secara automatik.