I want to implement social networking such as facebook and twitter in my game. I already have tried sharekit for ios version of my game. But am not that much satisfied with sharekit performance for following reasons:
- Facebook permission page open in safari by sharekit did not close automatically.
- The cancel button is not working(I have tried all solution given on different websites). this make me unable to return to my game when i sign-in into twitter.
Since my game is going to be released on many platform, such as android and wp7, I have to use openfeint anyway. So please give me advice if you can suggest me how to fix the above problem and how can I implement facebook and twitter using openfeint?