playMaker

Author Topic: Official Facebook SDK Action+  (Read 9437 times)

xunxun

  • Junior Playmaker
  • **
  • Posts: 53
Official Facebook SDK Action+
« on: August 18, 2014, 09:44:00 PM »
https://www.assetstore.unity3d.com/en/#!/content/20048


Integrating Official Facebook SDK into your Apps/Games easily like ever before.

- Get your Apps/Games have Facebook ready in less than ONE minute.
- No coding require. Just Plug and Play
- No other Asset. Just Playmaker is enough

- These included over 23 actions are very handy PlayMaker Actions for Facebook SDK
- One click for Facebook LeaderBoard
- Take Screenshot and post to Wall
- Invite friends with return result
- Every action has it own Tooltips and callback
- Detailed Document for setting up Facebook App.

https://www.assetstore.unity3d.com/en/#!/content/20048


escpodgames

  • Hero Member
  • *****
  • Posts: 687
    • Assets
Re: Official Facebook SDK Action+
« Reply #1 on: August 18, 2014, 11:29:10 PM »
This looks super awesome! Just a few question, does it have a friend picker? Say you wanted to play a game with a facebook friend, you can select other players from your friends list who also have the game?

Also does it return a leaderboard as an array? Using array maker?
« Last Edit: August 18, 2014, 11:35:09 PM by LampRabbit »

xunxun

  • Junior Playmaker
  • **
  • Posts: 53
Re: Official Facebook SDK Action+
« Reply #2 on: August 19, 2014, 10:19:07 PM »
hi, LampRabbit.

YES, you can invite your friends to play with. Actions will return their names and IDs in Hashtable proxy that can be ready for other job if needed.
For example: there is also action "Get Image Profile by ID" then you have enough information to create a custom friend list/picker.

have a look at "Invite Friends" or "Get Multi Friends" actions.

Would you please add this asset on the Playmaker Wiki?


escpodgames

  • Hero Member
  • *****
  • Posts: 687
    • Assets
Re: Official Facebook SDK Action+
« Reply #3 on: August 19, 2014, 11:26:25 PM »
Awesome, just what I need!

Jean adds things to the Playmaker Wiki but he might be busy at Unite.

xunxun

  • Junior Playmaker
  • **
  • Posts: 53
Re: Official Facebook SDK Action+
« Reply #4 on: August 20, 2014, 12:07:00 AM »
Facebook SDK has been updated to 6.0
So, if you have it please email me to get the latest update. Otherwise, that will throughout some errors with the new SDK.

escpodgames

  • Hero Member
  • *****
  • Posts: 687
    • Assets
Re: Official Facebook SDK Action+
« Reply #5 on: August 20, 2014, 12:12:20 AM »
All good, I wont be implementing it for a few weeks. I'll keep an eye out for the update :)

escpodgames

  • Hero Member
  • *****
  • Posts: 687
    • Assets
Re: Official Facebook SDK Action+
« Reply #6 on: October 05, 2014, 05:21:26 AM »
Is it possible to add requests - like candy crush where players can request tickets etc?

xunxun

  • Junior Playmaker
  • **
  • Posts: 53
Re: Official Facebook SDK Action+
« Reply #7 on: October 05, 2014, 05:27:01 AM »
you need to store Request ID on somewhere… (kind of "Sent message") then check it when user's friend read that. So that's why Candy Crush make it as Tickets :D

The actions can return to you how many unique Request IDs have been sent.

escpodgames

  • Hero Member
  • *****
  • Posts: 687
    • Assets
Re: Official Facebook SDK Action+
« Reply #8 on: October 05, 2014, 05:33:05 AM »
Not 100% sure what you mean by somewhere, I thought facebook handles it all -

https://developers.facebook.com/docs/games/requests/v2.1

xunxun

  • Junior Playmaker
  • **
  • Posts: 53
Re: Official Facebook SDK Action+
« Reply #9 on: October 05, 2014, 05:39:53 AM »
Interesting, I will have a look on that. I didn't see that features at the previous SDK.

escpodgames

  • Hero Member
  • *****
  • Posts: 687
    • Assets
Re: Official Facebook SDK Action+
« Reply #10 on: October 05, 2014, 06:40:24 AM »
Awesome!

szomaza

  • Sr. Member
  • ****
  • Posts: 253
Re: Official Facebook SDK Action+
« Reply #11 on: November 21, 2014, 04:20:10 AM »
This looks great! Why is it not in the Add-ons list?
https://hutonggames.fogbugz.com/default.asp?W714

Please add it.

thanks,
szomaza

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Official Facebook SDK Action+
« Reply #12 on: November 21, 2014, 07:36:01 AM »
Hi,

 Done. thanks for letting us know, it's important to mention things we miss, the list is getting bigger  and bigger!

 Bye,

 Jean

szomaza

  • Sr. Member
  • ****
  • Posts: 253
Re: Official Facebook SDK Action+
« Reply #13 on: November 24, 2014, 01:33:36 AM »
 :) Almost done.  Just the link missing still:

Code: [Select]
<div id="name">
<a rel="nofollow" target="_blank">FaceBook SDK Actions</a></div>
<div id="desc">
Facebook SDK integration with PlayMaker support</div>

br,
szomaza

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Official Facebook SDK Action+
« Reply #14 on: November 24, 2014, 01:52:21 AM »
d'oh  :o

Thanks for double checking! It's corrected.

 Bye,

Jean