Questions tagged [custom-stories]

18 questions
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…
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…
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…
2
votes
0 answers

Unable to post Facebook Open Graph Story in Android App

Firstly I am aware that there are a number of similar questions already asked so apologies for the repetition. I am endeavouring to share a custom Open Graph story to Facebook from an App I am developing using the Share Dialog approach. I have…
1
vote
2 answers

Trying to Add a CollectionView to ResuableView Header like Instagram or SNapchat

I want to have a CollectionView in my Header that resembles that on Instagram and Snapchat for my main CollectionView which would be the feed. When I try to add the collectionview from the library and set the header as delegate and datasource after…
1
vote
0 answers

Facebook Custom Stories not appearing in activity feed

I'm using Facebook's JavaScript SDK to create a custom story. FB.login(function() { FB.api( 'me/' + fb_app_namespace + ':review_a_book', 'post', { book:…
1
vote
1 answer

How to share automatically on Facebook without showing the posting dialog?

I am integrating Facebook share functionality in my app. And I have already implemented how to share a custom story using share dialog. But every time I share something it shows me the preview dialog as given below. What I intend to achieve is when…
1
vote
1 answer

Initiate login for custom stories

I have created a custom story to be posted on facebook timeline when user clicks on a share button. While i was logged into facebook, I could successfully post on timeline using the following code function postLike() { FB.api( …
0
votes
0 answers

CSS Keyframes on Webstories - Sintax Error for amp validator

I have built a webstory but i cant insert amp-keyframes on it. The validator says i cant put amp-keyframe on the body because "" must have only one child: "". But the documentation of webstories says the unique place i MUST place amp-keyframes is at…
0
votes
0 answers

Histoire cannot find stories

When running $npm run story:dev to start Histoire, I get the following error. I can open the Histoire URl on localhost and see the page without stories, and I can run npm run dev and see the components without errors. Histoire is failing…
Rin and Len
  • 447
  • 6
  • 22
0
votes
0 answers

How do you automatically create Web Stories from text and images in a database?

I want to bulk create thousands of web stories (of the AMP/Google variety) using a standardized AMP web stories template populated with text and images from my database. Anyone have any ideas? I am not a coder, but may be able to follow if you…
Mich Wat
  • 1
  • 1
0
votes
1 answer

How to edit Stories part of my webpage to make Facebook like stories effect in CSS?

Current Stories are arranged in two rows: But, I would like to rearrange the STORIES part on the home page circled in red on ONE LINE but in such a way as to allow sliding (scrolling) from left to right and vice versa (and from right to left) a bit…
user7962781
0
votes
1 answer

Creating a facebook custom story containing a map with a path (iOS example)

In order to draw a path inside a fb custom story with a map, how am I supposed to write the array of GeoPoints? Unfortunately the fb documentation seems not to be very detailed about this topic. Let's have a custom story with 'test' namespace…
0
votes
1 answer

How can I share game achievement through open graph?

I want to share game achievement story to facebook through Open Graph Here's the code for creating an open graph object NSMutableDictionary *object = [FBGraphObject openGraphObjectForPost]; object.provisionedForPost =…
0
votes
1 answer

Facebook Open Graph Action: the last posted action overwrites the previous

I'm playing with Facebook Open Graph Stories... When user makes some action inside my mobile app, my FB app creates an "app-owned object" (because it's public) and then pubblish an action to user's facebook profile.. Now I realized that when the…
1
2