Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook app_id empty in Dialog Pop-up #137

Open
zreitano opened this issue Jan 19, 2015 · 0 comments
Open

Facebook app_id empty in Dialog Pop-up #137

zreitano opened this issue Jan 19, 2015 · 0 comments
Labels

Comments

@zreitano
Copy link

First, this is awesome and beautiful. I have it almost working perfectly to my needs.

My app_id is coming out blank in the url. If I paste my app_id in the url it will show the correct information. However, I can't get the app_id to insert automatically.

It keeps returning:https://www.facebook.com/dialog/feed?app_id=&description=...

Here is my config:

var config = {
                    url: "http://urx.io/useshout.com/app/shouts/" + post_attributes.id,
                    title: "Check out this Shout: " + post_attributes.title,
                    description: post_attributes.description,
                    image: image,
                    networks: {
                        facebook: {
                            app_id: "app_id_in_here",
                        },
                        google_plus: {
                            enabled: true
                        },
                        twitter: {
                            enabled: true
                        },
                        pinterest: {
                            enabled: true
                        },
                        email: {
                            enabled: true
                        }
                    }
                }

In debugger mode in the Chrome console, my config object looks like this:

config
Object {url: "http://urx.io/useshout.com/app/shouts/8180", title: "Check out this Shout: Yup", description: "They are pretty sweet!!!!", image: "http://shoutdevelopment.s3.amazonaws.com/posts/818…6500&Signature=MjfI%2BTtGDJti%2FjasxJsB6COFQtY%3D", networks: Object}

config.networks
Object {facebook: Object, google_plus: Object, twitter: Object, pinterest: Object, email: Object}

config.networks.facebook
Object {app_id: "my_app_id"}

Any help would be awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants