Facebook help (CARLOSSSSSSSSSSS!!!!)

I personally never liked the Facebook demo with it’s “Not Connected” thingy-majiggy - I’m sure many did but I never quite “got it”, if you get me :stuck_out_tongue:

Are you simply trying to integrate Facebook posting? (Like posting a status or a score to a wall?)

If so, shoot me an email - my name here at gmail dot com - I can absolutely help you out with that :slight_smile: (To clarify, I mean for free - I know some people charge money for their services but I’m totally happy to just help you out.)

Get in touch if you need it; now or later :slight_smile:

Peach :slight_smile:

PS - if I am slow to respond it just means I’m sleeping, haha, odd hours :wink: [import]uid: 10144 topic_id: 4908 reply_id: 17974[/import]

Has anyone posted an example of posting to a friends wall? [import]uid: 9046 topic_id: 4908 reply_id: 18313[/import]

EDIT: Ignore post - I just wasn’t giving facebook enough time to cache the image.

I have used the code and can successfully send a post to my wall, but it isn’t showing the image which I put a link to. Think it would usually show up as a big-ish image on the left of the facebook post.

Does anybody have any idea why?

here is the code

[blockcode]local callFacebook = function()
local facebookListener = function( event )
if ( “session” == event.type ) then
– upon successful login, update their status
if ( “login” == event.phase ) then

local gameScore = math.floor(settings.score)
gameScore = tostring( gameScore )

local theMessage = “I just scored " … gameScore … " on Bounty Hunter!”

facebook.request( “me/feed”, “POST”, {
message=theMessage,
name=“Think your a better hunter than me? Click here to download Bounty Hunter!”,
caption="Download Bounty Hunter and see if you can beat " … gameScore … “! I dare you to try!”,
link=“http://itunes.apple.com/us/app/bounty-hunter/id400301575?mt=8”,
picture=“http://i38.photobucket.com/albums/e148/Gaz_20VT/gameinaday/iconWeb.png” } )

end
end
end

facebook.login( “1xxxxxxxxxxx4242”, facebookListener, { “publish_stream” } )
end
[/blockcode]

Thanks for any help. [import]uid: 8699 topic_id: 4908 reply_id: 23328[/import]

hey guys, I made the same, I can connect with my facebook page,

but when I posted the score, I cant see it in my Face book Page,

what is the problem ? [import]uid: 13061 topic_id: 4908 reply_id: 29568[/import]

When you say you posted it but can’t see it, do you mean you can’t see the score in the post or you can’t see the post at all? [import]uid: 10144 topic_id: 4908 reply_id: 29573[/import]

hey, peachpellen, how are u ? nice to see u here,

I am tareq that I emailed u 2 months ago before i started w corona,
I can not see the score in the wall,

[import]uid: 13061 topic_id: 4908 reply_id: 29579[/import]

Ash, i don’t think photo posting is implemented… add your +1 here
http://developer.anscamobile.com/forum/2011/03/23/binary-mime-attachment-facebookrequest

thanks
j [import]uid: 6645 topic_id: 4908 reply_id: 29640[/import]

Hey Tareq, yes, I remember you :slight_smile:

If only the score isn’t showing, but the post IS, then are you getting something like “nil” in it’s place?

If you really, really can’t get it then email me your project file and I can try to take a look - no promises as I have so little time at the moment, but I might be able to help you work it out.

Peach :slight_smile: [import]uid: 10144 topic_id: 4908 reply_id: 29695[/import]

Alternatively, check this tutorial and make sure what you are doing matches it;

http://techority.com/2011/03/08/add-facebook-posting-to-your-corona-iphone-app/

It works perfectly :slight_smile: [import]uid: 10144 topic_id: 4908 reply_id: 29696[/import]

thank u for ur code,

actually, I cant connect with my page in face, book

but I can’t see my post ,

I think because I change some of my page’s setting,

about : I wrote some thing about my game,

website : I kept it blank

FaceBook Integration :

Canvas Type : FBML
Social Discovery : Enable
Page Tab Type : FBML

Mobile and Devices : HTML 5

Credit : Blank

Advanced :

Sandbox Mode : disable

and everything else enable ,
are these right or wrong, because I cant reset them,

[import]uid: 13061 topic_id: 4908 reply_id: 29698[/import]

Did you change the settings on FB? Whatever the default ones are for new App, they’re right - I can’t remember if that is what is above or not though, it’s been awhile.

What happens when you press the button to post from your phone? Does anything happen? Does it prompt you to login to Facebook? If so, does anything happen once you login?

Peach [import]uid: 10144 topic_id: 4908 reply_id: 29722[/import]

when I login, I can connect with my face book page, I can see the the first screen for login

and my page picture, then got msg that I login,

then when I try to post msg, I write something, then I got msg that I posted it,

and also, when I press the button for member, I can see the member in my page witch is my nick name in the facebook , because only I am member for this page,

I think for connection is okay,

[import]uid: 13061 topic_id: 4908 reply_id: 29723[/import]

I’m not sure what you mean about pressing button for member, however if it logs in successfully and you can see your picture I’m not sure why it isn’t working.

Maybe check your Facebook settings RE applications; maybe you don’t have it set so wall posts from apps are allowed? [import]uid: 10144 topic_id: 4908 reply_id: 29736[/import]

Did something change on FB side? I no longer see the ‘html 5’ option when creating new apps :frowning:
I have the same issue as eng.tareqali, I can login and post, but it never shows on my wall.

My previous games are still able to post and it shows on my wall and the settings are the same as my new game.

anyone else having this issue and/or figure it out?

any help would be appreciated.

thanks,
rd [import]uid: 7856 topic_id: 4908 reply_id: 32214[/import]

no Idea , I will try to do it again, soon,

[import]uid: 13061 topic_id: 4908 reply_id: 32220[/import]

I built two apps this week for testing purposes after a friend of mine had some Facebook issues.

One was mine; I rebuilt it for testing purposes. Worked fine.

The other was my friend’s app; it did not post to the wall although it clearly requested permission to do so when I logged in and then appeared under my app list on Facebook. (The apps one has installed, not the dev section.)

Eventually my friend’s project did work for publishing; although I think that may have been a matter of persistence for than anything else.

Hopefully we’ll get some more info soon.

Peach :slight_smile:

PS - HTML5 is still an option, it’s just moved and the list (or options) has shrunk. (Or at least, this was the case two days ago.) [import]uid: 10144 topic_id: 4908 reply_id: 32223[/import]

do y’all still need to call local tableView = require(“tableView”)’
and use the printTable() function?

It was on techority site and I used it on previous game and still works :confused:

and sorry Peach, I have gone through the settings page on facebook and no longer see the html 5 option anywhere (I did a search on each list/option on the nav bar).

anybody got any suggestions?

thanks,
rd [import]uid: 7856 topic_id: 4908 reply_id: 32348[/import]

what about this msg in my Facebook app :
All of the following fields are required. Your application must have at least 5 total users or 10 monthly active users before you can submit it to the App Directory. We cannot showcase any applications that are under construction or do not utilize the Facebook Platform. [import]uid: 13061 topic_id: 4908 reply_id: 32372[/import]

@rdcube - You are correct. I just checked it out and it has disappeared since the last time I looked. (I guess 4 days ago now.)

To the best of my knowledge you do still have to do the above, yes.

@eng.tareqali - You need that to submit to the directory. Submitting to the directory is not necessary. Your app will still be able to do everything it could in the directory.

Peach :slight_smile: [import]uid: 10144 topic_id: 4908 reply_id: 32418[/import]

I dont understand ((You need that to submit to the directory ))

how can I do that ??

I want my score go to my App page , not in my personal facebook , [import]uid: 13061 topic_id: 4908 reply_id: 32535[/import]