我想知道如何获取与Facebook Open图形中对象链接的动作( 只了解对象 URL)?
有可能吗?
另外,我能否根据一个特定对象(连接? )获得一个具体的用户行动?
财政年度:我正在使用休息室,但我准备执行任何其他解决办法,以实现我的目标。
Thank you, Dimitri
我想知道如何获取与Facebook Open图形中对象链接的动作( 只了解对象 URL)?
有可能吗?
另外,我能否根据一个特定对象(连接? )获得一个具体的用户行动?
财政年度:我正在使用休息室,但我准备执行任何其他解决办法,以实现我的目标。
Thank you, Dimitri
动作和对象不是以绝对方式连接的, 每次您使用一个动作张贴对象时, 都会创建一个链接, 只有通过这个链接, 您才能获取对称( 动作/ 对象) 。
事实上,对于我的自定义命名空间,我只有一个用三种不同动作发表的东西, 并且通过了解对象的内脏,我对动作一无所知。
但是,如果拥有该动作生成的邮件的代号,您可以知道所使用的行动,如下文所述:https://developers.facebook.com/docs/opengraph/actions/#read
希望这有帮助
I can view my application via the http://apps.facebook.com/app/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the tab no ...
Our app is displaying its information in a way similar to that found on Facebook s "feed" page which shows a timeline of activity by members of the particular profile s network. I can see that could ...
I am using Facebook Connect for iPhone and following the official instructions. I use the following code to display the login dialog: FBLoginDialog* dialog = [[[FBLoginDialog alloc] initWithSession:...
I can view my application via the http://apps.facebook.com/myapplication/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the ...
I m going to create a Facebook application which get informations (name and page_url) about Facebook page from his page_id. So i went to the Facebook Wiki and i found this API method which sounds good ...
I m working on a Facebook Application that generates wall posts. In testing these posts, I ve discovered that the Facebook Platform action of "liking" a post is failing. The specific error message ...
I was reading over the documentation yet I could not figure out how to call Facebook.showPermissionsDialog() in php include_once ./facebook-platform/php/facebook.php ; $facebook = new Facebook(my ...
If I plug in the facebook connect into my website, How can I prevent double signups? Lets say I have a user that s already signed up to my site but he clicked the connect with facebook, is there a ...