roolez / rooFacebook2

http://developer.roolez.com/roofacebook2/
Other
2 stars 2 forks source link

Latest version doesn't compile #1

Open Teknogrebo opened 11 years ago

Teknogrebo commented 11 years ago

I don't know if it ever did, but there are loads of non-void functions that aren't returning anything, not to mention missing include files.

If this could be fixed, then that would be great as I'm having problems with the "official" facebook extension as well.

roolez commented 11 years ago

This extension was done more then year ago to work with Facebook 2 SDK new Facebook SDK 3 is released after that.

Official marmalade SDK got some fixes after.

If you know what file is missing I will try to find it and upload or email.

Cheers, Artem

On 18.06.2013 17:16, Teknogrebo wrote:

I don't know if it ever did, but there are loads of non-void functions that aren't returning anything, not to mention missing include files.

If this could be fixed, then that would be great as I'm having problems with the "official" facebook extension as well.

— Reply to this email directly or view it on GitHub https://github.com/roolez/rooFacebook2/issues/1.

Teknogrebo commented 11 years ago

Hi Roo - I was hoping you would respond - you didn't reply to my post on Marmalade Answers :)

Can I refer you to the post on Answers here https://devnet.madewithmarmalade.com/questions/10554/has-anybody-managed-to-compile-the-roofacebook-ext.html for the problems I was having when compiling for Android. But also, as I mentioned, when compiling for iOS I get a lot of "control reaches end of non-void function" warnings which hints at incomplete code.

rooFacebook_Dialog * rooFacebook_dialog(rooFacebook_Session * facebook, const char * action, rooFacebook_CallbackSpecific callback, void * userData) { rooFacebook_dialog_platform(facebook, action, callback, userData); }

Any thoughts?