Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I post the score on the FB / Gmail / etc?

How Can we achieve the functionality of post the score or image on social networking sites or somewhere else ?

In android uploading the photos used "Sharing Intent " . What is the way to do the same thing in cocos2d android because I have not seen any tutorial on web.

Anyone suggest , What is needed for it ? Thanks in advance

like image 372
Akarsh M Avatar asked Jun 22 '13 08:06

Akarsh M


1 Answers

There is a library called SocialAuth for android. It can be used in cocos2d, as i used it in my games.

https://code.google.com/p/socialauth-android/

like image 143
Sandeep R Avatar answered Oct 27 '22 22:10

Sandeep R