Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am creating a game for android devices where I want to integrate a social matchmaking system like Wordfeud, Draw Something, etc. The only problem is that I can't manage to find any good SDK that offers exactly what I want, so I thought that there might be another solution.

So what I'm asking is: is there any way to integrate a social matchmaking system for my game with only facebook sdk or together with a sdk that doesn't have so many demands on the developer?

What I want is that the players should be able to connect with facebook and challenge their friends in a turn-based game. No virtual currency, no achievements or any of that stuff. Just the ability to challenge each others.

I've looked into several social SDKs:

  • OpenFeint - Good reputation, but no longer in service.
  • GREE - Not what I wanted.
  • ScoreLoop - You had to become their personal slave.
  • Swarm - Too high demands and no facebook support.

Is there any SDK that I've missed? Is there anything out there that fullfills my needs or do I have to integrate what I want without any helpful SDKs? If I have to do it myself, where and how should I start?

Thanks, I appreciate your help.

share|improve this question
Did you check this post‌​? – Kim Hansson Jan 13 at 13:28
I'm sorry but that is out of the question. The game is almost complete. The only thing missing is the multiplayer-feature. :/ – Henrik Söderlund Jan 13 at 13:30

closed as not constructive by Luksprog, A--C, AD7six, Soner Gönül, FelipeAls Jan 13 at 22:37

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

up vote -1 down vote accepted

I think you have missed out ScoreNinja, but that is extremely simple and no integration with anything. Other than that there is ScoreLoop, which is good, a little heavy, but you can truncate parts that you don't want to use. Otherwise you can directly use what Facebook offers you, which you can read here.

share|improve this answer
I'm afraid that is not what I was asking for. I want the playes to be able to compete against each other in game-sessions, not publish their score. I wrote that I had checked out ScoreLoop and I did not appreciate their methods. – Henrik Söderlund Jan 13 at 16:22
The other two probably although not useful; I believe ScoreLoop and SocialLoop(As given in your question) are different. – adarsh Jan 13 at 17:46
Oh. I'm sorry. It was supposed to say ScoreLoop, not SocialLoop in the question. My bad. – Henrik Söderlund Jan 13 at 18:23

Not the answer you're looking for? Browse other questions tagged or ask your own question.