freshplanet / ANE-Facebook

Air Native Extension (iOS and Android) for the Facebook mobile SDK
Apache License 2.0
221 stars 123 forks source link

Like action example #86

Closed zarnaagames closed 10 years ago

zarnaagames commented 11 years ago

I am not able to use like action functionality with this new plugin. Will you please give me an example of how it can be done????

That will be really helpful..

Thanks

ataugeron commented 10 years ago

Facebook.getInstance().requestWithGraphPath("me/og.likes", {object: "http://my-open-graph-url"}, "POST", myCallback);