Page 1 of 1

Create a download Poker Mavens Client

Posted: Tue Dec 11, 2012 2:42 am
by facebook240
Hi there,

I'm wondering if anyone, or KENT, can tell me what would go into using the API with poker mavens to create a download poke client.

Poker Sharkz has one and it's very cool. Any information as to what goes into it would be great. Thank you!

Re: Create a download Poker Mavens Client

Posted: Tue Dec 11, 2012 8:22 am
by ddominguez
You can create a download version using c#, you need to create a mini browser, look the file

Re: Create a download Poker Mavens Client

Posted: Tue Dec 11, 2012 10:21 am
by Kent Briggs
facebook240 wrote:I'm wondering if anyone, or KENT, can tell me what would go into using the API with poker mavens to create a download poke client.
The API only contain administrative functions, not to client to server functions. What you've probably seen is an app with an embedded web browser component in it so that it is basically a custom web browser that is still pulling the Flash client from the server just like a regular browser. You have to make sure that app never makes direct API calls back to the poker server because the player could use a packet sniffer to capture the API password being transmitted. You would have to setup a proxy server in between the two to handle any kind of API requests.

Re: Create a download Poker Mavens Client

Posted: Tue Dec 11, 2012 12:49 pm
by facebook240
Thanks for the reply.

My head just exploded.

Appreciate the answer. I'm considering purchasing from the owner of pokersharkz. Have him do the set up since he has it working correctly.