How to use open graph in facebook APP page

Go To StackoverFlow.com

2

I have a facebook app, in which I am opening my website's pages. I want to use open graph in this app. what I mean is this: user can see all pages and can post as a open graph. When any user's click on ticker link on facebook, it should open into my facebook app. (similar like social reader app). Please tell me is it possible?

2012-04-05 16:26
by NoName


1

Use Fandjango for authentication and facepy for graph api.

2012-05-27 08:26
by Invincible


3

Use fandjango to deal with the authentication for your canvas app and then use facepy (by the same developer) for interacting with the Graph API

2012-04-05 19:27
by Timmy O'Mahony
Thanks for your answer, I am doing same thing, but when I use fandjango and facepy, I am not able to post as a open graph object - NoName 2012-04-06 04:21
You'll need to post some code - Timmy O'Mahony 2012-04-06 09:55
Ads