Questions tagged [facebook-stream-story]
60 questions
9
votes
1 answer
Getting "Error validating access token" from Facebook for some users
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…

herbrandson
- 2,357
- 2
- 30
- 44
6
votes
2 answers
Facebook custom stories with big Image - Open Graph with Javascript
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…

Freecode
- 147
- 1
- 10
6
votes
2 answers
Facebook custom story share using JavaScript sdk() showing error(Action Requires At Least One Reference)
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…

DKBHOI
- 348
- 2
- 6
- 17
5
votes
2 answers
how to share page post using facebook api
There is very good and simple answer for question "how to hide page post using facebook api". Thanks a lot.
Question "i want to share friend's post via graph api" still has no answer. How come?! :)
Does anybody know how to share Post (via Graph API)…

May Bogus
- 219
- 3
- 8
3
votes
3 answers
FB.ui with method 'feed' is resulting in an 'unknown error' and CAPTCHA request
We're using code that we've used before, so I suspect that this may be site-related. In using a standard:
FB.ui(
{
method: 'feed',
app_id: '= $LDP->config->facebook->id ?>',
name: 'Post Name',
link: flink,
picture:…

Saeven
- 2,280
- 1
- 20
- 33
3
votes
2 answers
How to get Recent Activity stories via FQL and Graph API?
I just want to get message from facebook, like 'Yanyang and Sina Sadegh are now friends', I see Piyush Mangalick said "some recent Activity stories now exposed via FQL and Graph API and these stories, along with tags of people mentioned in the…

booby
- 73
- 1
- 8
3
votes
1 answer
Line breaks in facebook story attachments
I am currently facing a problem on facebook and the new open graph stuff. I set up an application that allows for posting stories with a custom action and a custom type (search / real estate).
In the story attachment configuration dialog (layout…

Florian
- 1,142
- 1
- 9
- 21
3
votes
1 answer
Unable to preview Story
I have a app in which I created a custom object with custom properties. The object is called "character" and the custom properties are theme (as string) and user (as profile).
I have an action called "vote" which contains a property "character"…

joeb
- 51
- 3
3
votes
1 answer
How to get the 'Want to see more from' - 'Like Page' button on playing a Flash based post?
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…

rahulg
- 2,183
- 3
- 33
- 47
3
votes
1 answer
Difference in result set between Graph API Explorer App and my app
I am hoping someone can shed some light on this for me, as it has been driving me mad for some time now.
I have an application that is trying to read a users feed. The user has given sufficient permission for this, as documented below. I do get a…

Chris Kennedy
- 31
- 4
2
votes
1 answer
Post on Friends' Wall(s) via Facebook Actionscript 3 SDK
I'm absolutely new to programming and just managed to learn the basics of ActionScript 3. Now, I would like to learn how to post on my Friends' Walls via the as3 SDK using the UI class (taken from a nice Tutorial):
This is how I post on my own…

Amir Rahbaran
- 2,380
- 2
- 21
- 28
2
votes
1 answer
Custom actions triggered by only app owner can generate stories
I have created a fb app and added couple of custom actions and objects. If I login as myself and access the app ( click a button that executes a custom action ), it does generate the custom action story and shows up in the ticker on the right top…

Abhay Chaware
- 333
- 4
- 14
2
votes
3 answers
Facebook group feed on my website
I manage a website for a sporting organisation and I want to have a section on the site that streams the organisation's Facebook activity.
The organisation is an "open group".
I've tried using the "Activity Feed" plugin, but all it shows is…

Reece
- 777
- 5
- 22
- 42
2
votes
1 answer
Unable to post open graph custom story with new Facebook sdk 4.1
Im trying to use the Facebook new ShareApi to post a custom story but i can't make it work i don't know what im doing wrong.
The custom story works fine its been approved by Facebook and im currently using it in my iOS app.
First i create the…

Vladimir Lopez
- 113
- 1
- 5
2
votes
0 answers
Facebook custom story is published without action-type and object
My custom story did not pass Facebook review and since then when i'm trying to publish my custom story, it is published without the action-type (found) and the object (a thing), just the user message and the URL.
further more, all my published…

Duda
- 1,673
- 17
- 22