playMaker

Author Topic: Handling callbacks from external API  (Read 1537 times)

mattpattie

  • Playmaker Newbie
  • *
  • Posts: 1
Handling callbacks from external API
« on: May 24, 2015, 11:25:29 AM »
Hi Guys
I am currently messing around with the facebook api. i am trying to create custom actions using a proxy scripts. almost all of the api requires a callback to be registered. my current method is to have the callback in the proxy and then fire a FSMbroadcast and having an FSM listen for it. this seems very messy. is there any alternatives i should look into?

Kind Regards
Matt

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Handling callbacks from external API
« Reply #1 on: May 25, 2015, 06:24:48 AM »
Hi,

 no, that's the right way to do this.

 You can study Photon proxies, or Unity UI proxies to get a feel of how far you can go.

https://hutonggames.fogbugz.com/default.asp?W1192

https://hutonggames.fogbugz.com/default.asp?W928

 Bye,

 Jean