Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

when I use the feed dialog code from the developer's pages, the feed dialog works ( I am testing locally ).

but if I substitute my app_id/my_canvas_url I get an error.

any thoughts please...

thanks for your time, Shannon

share|improve this question
4  
Can you post sample code for the post you are trying to generate? I am unsure if i understand what you mean by substitute app_id, as per canvas_url - the feed dialog is meant to share external links not Facebook links. – Shawn E Carter Aug 26 '11 at 10:34
Shawn, thanks for your response ... I would love to post the code, but this StackOverflow will not allow me to do so ... I must wait 8 hours before I can do anything ... – dsdsdsdsd Aug 26 '11 at 10:54
however, if you visit developers.facebook.com/docs/reference/dialogs/feed you can see their example Feed code ... if I simply replace their app_id and their link with MY info, it generates an error. I am testing on my local machine. - Shannon – dsdsdsdsd Aug 26 '11 at 10:57
What error are you receiving? It's difficult to help without knowing what's wrong – Igy Aug 27 '11 at 4:58

2 Answers

You have to add the domain of the redirect_uri to the Facebook App. Goto Developers >> Apps >> Edit App >> and then add keleia.com into the app domains

Hope this helps :)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.