daogr / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

want facebook like button in flash #364

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi All

I want to add a fb like button in my flash application. How can i do this ? 

Regards
Ashishk

Original issue reported on code.google.com by ashishku...@gmail.com on 3 Oct 2011 at 4:27

GoogleCodeExporter commented 8 years ago
You can like an object by calling
Facebook.postData('OBJECT_ID/likes', likeCallback);

Original comment by edwar...@gmail.com on 19 Oct 2011 at 9:25

GoogleCodeExporter commented 8 years ago
hi,

can I like a link using api?

that is on my wall i will see some thing like this:(i need to do this using api)

xyz likes link

Original comment by vfdevt...@gmail.com on 20 Oct 2011 at 5:58

GoogleCodeExporter commented 8 years ago
Yep, just get the id of the wall post using 
Facebook.api('me/feed', apiCallback)
and use that id to make the like call
Facebook.postData('ID/likes', likeCallback);

Original comment by edwar...@gmail.com on 26 Oct 2011 at 8:48

GoogleCodeExporter commented 8 years ago
Can i like and check if the user liked a 'page'?
Thank you.

Original comment by amoh.hus...@gmail.com on 28 Oct 2011 at 4:39

GoogleCodeExporter commented 8 years ago
When i call 
Facebook.postData('ID/likes', likeCallback);

my result:
{"error":{"message":"(#3) Application does not have the capability to make this 
API call.","type":"OAuthException"}}

How to fix it.

Original comment by tongc...@gmail.com on 31 Oct 2011 at 5:02