facebook-stream-story

How to get the 'Want to see more from' - 'Like Page' button on playing a Flash based post?

蹲街弑〆低调 提交于 2019-12-21 20:44:36
问题 When we click on a Sound Cloud shared URL, it will start the flash content. Along with that below the flash content we can see the following message as shown in the image, if we have not liked the Sound Cloud page yet. [Want to see more from Sound Cloud? Like Page!][1] http://i.stack.imgur.com/KxsSV.png So, my question is that how do I get the Like Page button on my Flash posts? They do not appear when I share my sample URL like http://www.pikspeak.com/show/64/peafowl even though I have set

Facebook story mutiple photos display in newsfeed

五迷三道 提交于 2019-12-13 04:03:12
问题 I'm working on creating facebook stories for my facebook page app.My requirement is to display activity "I voted for this movie " with images as shown in image I tried posting through Graph api explorer: {"title":"cool","fb:explicitly_shared":true,"url":"http://www.facebook.com/name/app_id","description":"cool place", "image":[{'url':"http://personal.psu.edu/tao5048/JPG.jpg","user_generated":true},{'url':"http://personal.psu.edu/tao5048/JPG.jpg","user_generated":true}]} In my activity log :

How do I determine the object that was liked by a user?

岁酱吖の 提交于 2019-12-11 23:52:42
问题 I'm doing a FQL query to get posts from a user: { "feeds": "SELECT type, actor_id, target_id, app_data, action_links, permalink, post_id, viewer_id, created_time, updated_time, source_id, message, description, attachment FROM stream WHERE filter_key = 'owner' AND source_id = <userId> AND is_hidden = 0 LIMIT 50" } For the most part, the results are great. However, if the result contains a post about the user "liking" something, how can I determine what was "liked"? For example: { "type": null,

Facebook custom story share using JavaScript sdk() showing error(Action Requires At Least One Reference)

泪湿孤枕 提交于 2019-12-10 13:18:13
问题 I am using JavaScript sdk for one of my Facebook canvas game application. I am trying to implement custom story share dialog to post story on user wall. The information available on developer site is unclear and limited.The bellow code is for sharing custom story using open grap API. Bellow code is available on Facebook developer site link provided(https://developers.facebook.com/docs/sharing/reference/share-dialog). The Facebook provided code is working fine as its using predefined action

How do I prevent my opengraph action stories from being aggregated in the news feed?

徘徊边缘 提交于 2019-12-07 21:07:53
问题 I have an OpenGraph action posting working. It appears as I want in the timeline, but only appears as an aggregation in the newsfeed, without any of the story attachments. How can I make it appear the same way in the newsfeed as it appears in the timeline? For reference, here are screen shots of the timeline version (which is what I want), and the feed version (which is aggregated, against my wishes): Timeline version of the posting: timeline story posting http://a.yfrog.com/img580/6074/7ohf

Facebook custom stories with big Image - Open Graph with Javascript

喜夏-厌秋 提交于 2019-12-06 01:57:26
问题 I am trying to create a custom story that has a new image every time someone tries to post it. Now I have created an Object, and Action and a Story combining the two. What I would like to achieve is a story that looks like this https://fbcdn-dragon-a.akamaihd.net/hphotos-ak-xpa1/t39.2178-6/851562_1376970469205025_523101852_n.png , yet all i seem to be getting is https://fbcdn-dragon-a.akamaihd.net/hphotos-ak-xpa1/t39.2178-6/851560_389589627833470_1903099476_n.png Lets say my Object is course

How to get the 'Want to see more from' - 'Like Page' button on playing a Flash based post?

南笙酒味 提交于 2019-12-04 14:44:22
When we click on a Sound Cloud shared URL, it will start the flash content. Along with that below the flash content we can see the following message as shown in the image, if we have not liked the Sound Cloud page yet. [Want to see more from Sound Cloud? Like Page!][1] http://i.stack.imgur.com/KxsSV.png So, my question is that how do I get the Like Page button on my Flash posts? They do not appear when I share my sample URL like http://www.pikspeak.com/show/64/peafowl even though I have set the <meta property="fb:app_id" content="127871584024645" /> for that page. Please, do tell if my

Facebook custom stories with big Image - Open Graph with Javascript

别说谁变了你拦得住时间么 提交于 2019-12-04 06:20:10
I am trying to create a custom story that has a new image every time someone tries to post it. Now I have created an Object, and Action and a Story combining the two. What I would like to achieve is a story that looks like this https://fbcdn-dragon-a.akamaihd.net/hphotos-ak-xpa1/t39.2178-6/851562_1376970469205025_523101852_n.png , yet all i seem to be getting is https://fbcdn-dragon-a.akamaihd.net/hphotos-ak-xpa1/t39.2178-6/851560_389589627833470_1903099476_n.png Lets say my Object is course and my action is run. Below is the code I have the does not return the correct results. The image I am

Getting “Error validating access token” from Facebook for some users

自作多情 提交于 2019-12-03 07:08:16
问题 I'm getting the following error from Facebook when trying to post to a users stream. Error validating access token: The session has been invalidated because the user has changed the password or because auth.expireSession was called. The workflow is as follows: Authorize with Facebook requesting scope=offline_access,publish_stream permissions (if the current user has not already authorized) Do some work on the server (takes 5-10 minutes) Attempt to publish to the user's Facebook stream This

Getting “Error validating access token” from Facebook for some users

僤鯓⒐⒋嵵緔 提交于 2019-12-02 19:41:33
I'm getting the following error from Facebook when trying to post to a users stream. Error validating access token: The session has been invalidated because the user has changed the password or because auth.expireSession was called. The workflow is as follows: Authorize with Facebook requesting scope=offline_access,publish_stream permissions (if the current user has not already authorized) Do some work on the server (takes 5-10 minutes) Attempt to publish to the user's Facebook stream This code works for many users, but for some users, I get the Error validating access token error. It started