Social API

Monkey Archive Forums/Digital Discussion/Social API

Aman(Posted 2012) [#1]
I just tried this cool API. Didn't test it on iOS yet but tried it on Android and it works well.

http://www.getsocialize.com

Anyone else tried this or something similar?


pantson(Posted 2012) [#2]
looks like a nice API, not really a gaming one imo
I may look at plugging it into non games

For games I use OpenFeint (leaderboards, acheivements)
http://www.monkeycoder.co.nz/Community/posts.php?topic=1708


pantson(Posted 2012) [#3]
Hi Aman
Is it possible I could grab a copy of your code for Android and getsocialise please?

for some reason I cannot get this working. (it all compiles but no bar appears)


MonkeyPig(Posted 2012) [#4]
Pantson, I was able to get this to display (after much faffing) by following the second method they outlined - including the Action Bar in your XML layout...



Added this as a function in my native code.

There's probably cleaner/more elegant solutions but it worked - so I'll probably continue to play with it.

I didn't do any of the scrolling layout stuff - just put their sample XML at the end of my internal relative layout like so...




Aman(Posted 2012) [#5]
Here are the steps:
http://socialize.github.com/socialize-sdk-android/getting_started.html#steps-to-using-socialize

I just followed the steps and it worked fine