You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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!
The text was updated successfully, but these errors were encountered: