Page 1 of 1

Add IP and PC codes in Login callback

Posted: Sat Aug 29, 2015 1:33 am
by royala10
This helps a lot to facilitate fraud detection and collusion prevention.

Re: Add IP and PC codes in Login callback

Posted: Sat Aug 29, 2015 9:27 am
by Kent Briggs
royala10 wrote:This helps a lot to facilitate fraud detection and collusion prevention.
What I'll probably do is just include the SessionID and then you can retrieve those other parameters with an API call to ConnectionsGet. That will at least save you from having to call AccountsGet first just to retrieve that SessionID.

Re: Add IP and PC codes in Login callback

Posted: Sat Aug 29, 2015 1:05 pm
by royala10
That would be enough. Thanks Kent!

Re: Add IP and PC codes in Login callback

Posted: Tue Sep 22, 2015 4:11 pm
by Kent Briggs
SessionID now added to that callback in 4.43.