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.

So i'm building a plugin for Wordpress, however I wan't to add a bonus section to it that will only be activated when they share on facebook. Here's the trouble, I can't seem to find any option or a way to set it up so that it allows to share from any domain, is this even possible?

I get the following errors

API Error Code: 191 API Error Description: The specified URL is not owned by the application Error Message: redirect_uri is not owned by the application.

Any help would be appreciated!

share|improve this question
1  
That's the way that OAuth 2 works: the user can only be redirected to a domain that Facebook knows is associated with the application. You can require the WordPress site owner to create a Facebook application for this purpose (and configure it for their domain and add the app ID in the WordPress settings). You can see how we do this in the Facebook WordPress plugin: developers.facebook.com/wordpress – James Pearce Sep 25 '12 at 1:17

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.