Facebook plugin ?

In the latest daily build it says:

iOS - rebuild latest version of Facebook plugin - no casenum

Did we get native facebook support (like twitter)?

If not, any chance we will get it soon ?

+1

+1 on this

I think that may be the update to the facebook SDK, but I agree that having the facebook popup like twitter, would be a nice to have.

Can you make sure to register these requests at http://feedback.coronalabs.com

If there is one already there, vote it up.  If not create it, post the link to it back here and of course vote it up.

Rob

Sorry about the really stupid question, but…

I made an app, and i use build 1025. It working fine to post FB and TW…

Now if i buld the app with 1027, or higher, then it won’t post anything…(And btw, the sample FB app also won’t work for me, looks like the listener won’t answer…)

I use mac, and i made this app for ios.

Has anybody else same prob, or only for me won’t work from build 1027?

Thanks.

@levicon, as Rob mentioned above, FB SDK that’s integrated with Corona SDK was updated sometime around daily build 1030.  So if yours stopped working with daily 1027, that’s probably the reason.  And from 1027 to some where in 1040s (so could be 1045 or later), there are bug with updated FB integration.  If you want to use the build beyond 1025, you might really want to consider using the latest public release (or latest daily build.)

And take a look at the updated guide:  http://docs.coronalabs.com/guide/social/setupFacebook/index.html

Pay close attention to build.settings for iOS app:  http://docs.coronalabs.com/guide/social/setupFacebook/index.html#iosbuild

Naomi

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 

+1

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.

+1 on this

I think that may be the update to the facebook SDK, but I agree that having the facebook popup like twitter, would be a nice to have.

Can you make sure to register these requests at http://feedback.coronalabs.com

If there is one already there, vote it up.  If not create it, post the link to it back here and of course vote it up.

Rob

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…

Sorry about the really stupid question, but…

I made an app, and i use build 1025. It working fine to post FB and TW…

Now if i buld the app with 1027, or higher, then it won’t post anything…(And btw, the sample FB app also won’t work for me, looks like the listener won’t answer…)

I use mac, and i made this app for ios.

Has anybody else same prob, or only for me won’t work from build 1027?

Thanks.

@levicon, as Rob mentioned above, FB SDK that’s integrated with Corona SDK was updated sometime around daily build 1030.  So if yours stopped working with daily 1027, that’s probably the reason.  And from 1027 to some where in 1040s (so could be 1045 or later), there are bug with updated FB integration.  If you want to use the build beyond 1025, you might really want to consider using the latest public release (or latest daily build.)

And take a look at the updated guide:  http://docs.coronalabs.com/guide/social/setupFacebook/index.html

Pay close attention to build.settings for iOS app:  http://docs.coronalabs.com/guide/social/setupFacebook/index.html#iosbuild

Naomi