What is the best way to use old Facebook REST API and new Facebook Graph API on the same webpage?

Both APIs are available from new JS client. You're mixing the terms "API" and "JS client". You can (you should) use new client and make request to both REST and GRAPH APIs as well.

Oct 14 '10 at 23:14 you don't need 2 versions of JS client, use only the latest one, the newest one. – zerkms Oct 14 '10 at 23:48 so, don't ever include static.ak.connect.facebook.com/js/api_li..., and don't ever call FB_RequireFeatures("Connect", "XFBML", function() { FB. Init('123456ACBDE','/xd_receiver.

Html', {ifUserNotConnected: fb_user_not_connected});... just use window. FbAsyncInit = function() { FB. Init({appId: 'your app id', status: true, cookie: true, xfbml: true}); }; ... e.

Src = document.location. Protocol + '//connect.facebook.Net/en_US/all. Js'; ...? – å‹•é?

Œèƒ½é‡? Oct 15 '10 at 0:44 I stopped linking to the old JS library but FB.XFBML.Host. AddElement will fail... stackoverflow.Com/questions/3938850/… – å‹•é?

Œèƒ½é‡? Oct 15 '10 at 1:32 instead of FB.XFBML.Host. AddElement add element manually by js and re-render fbml.

– zerkms Oct 15 '10 at 1:35.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions