Facebook plugin ?

Hi Naomi 

       We are able to share the photo in ios using facebook using the build 1151of corona but when we tried the same code with the android its going to fb app and asking us would you like share but the photo is not getting posted . We tried the same issue using the builds till 1158 .Still Same issue we are facing . Can you please help us.

Thanks 

Hi Naomi,
Rhans for your answer.
So do you mean i have to try with the latert public release (starter ) and hope will work for example also the sample FB app too?

@info8888, I’m sorry but I haven’t really done posting photo, so I do not have experience with it.  That said, I expect FB to work the same way between iOS and Android.  Can you post anything to Facebook via Android?  Say, if you try showDialog, does it post correctly?  If nothing works via Android, then I’d check your app in Facebook Dev and make sure things are set up correctly for Android.  Other than that, I have no suggestion.

@levicon, with latest release build, you want to make sure you update your build.settings to work with the updated Facebook SDK.  Also, it may continue to work but I believe “publish_stream” permission is deprecated by Facebook, and it should be replaced with “publish_actions”.

Naomi

Edit:  @levicon, the sample FB code that comes bundled with Corona SDK should work.

Dear Naomi,

with your help, now is working perfectly…:slight_smile: Thanks.

My other question is: for Twitter now i use the popup solution, because from may they’re not accepted the simple http requests, only the https.

Is there (again) any sample, what is working?

Reason is, in my app has option buttons, and when the social sharing is on, then i want to post automaticly at the background, not with a popup window.

Btw, thank you so much again your help.

Peter @Levicon.

Peter @levicon, I’m glad it helped solve your trouble with FB integration.  About Twitter, I haven’t integrated it in any of my app, so I’m afraid I won’t be able to help.

Naomi

Dear Naomi,

then thanks again your help, i had to use the popup for twitter till the next release…

Best Regards: Peter.

Hi All.

Few days ago i try to register a new app on FB, and the answer were: i have to use the Fb native login, otherwise they are not accept the app.

I use (same method what the Corona sample app include) but they told: this is not the native login.

So, does it mean, they change some rules, and now we are not able to publish any apps on FB?

Somebody else with same prob?

Thanks.

Who told you that?  Is it on a web page somewhere?  Can you post screen shots if it was a dialog box that came up?

Using our Corona SDK facebook.login() will use the Native Facebook login process.  If the FB app is installed, it will use it to sign them on, if not, it will sign them on through the browser.  This is what they mean by native.  If you are not using our facebook.login() process, they may have issues.

okay, so then check this ( for mee too, not so clear why they wrote this…) from the FB developer site/ my app publishing site :

i use the facebook login process what the sample app include. (Working, logging in, i use an older already published app id, what send posts to FB wall, so everything is fine…) The app is really logging in, the installed FB app is opening, take the question to access…bla bla, and gone away, and the app coming back…

And: when i try to register the app on fb developer site, then 3rd time the answer is : (of course they have another issues also with me, but i think is another story, and not about the white layer of any banners or icons, my app is a social network app…)

/Edit: i can not attach a screenshot, the site shows me an error msg…/

okay, so, this is not any dialogbox, this is a notification  on FB developer site/ my app dashboard.(The red one)

The reason, why they are not accept to show in AppCenter, and publish the app like a native iOS app on FB:

“Your iOS app does not appear to have Facebook Login integration. Please either implement Facebook Login or remove this integration as a listed platform in the developer app.”

This is why i ask: someting is changed? Or why FB told me this, when i’m using the native single sign in?

Btw, more interesting is : i already have a FB app id for this app. When i set it up in the app, then it send all the posts, but under my other (already published) app name. 100 times i check, and the app id and sec key is not the old app’s, but the new, what is not accepted till this time by Fb… but the posting is going…