Stream post URL security and wall post links

Posted by Jeff Lee on Stack Overflow See other posts from Stack Overflow or by Jeff Lee
Published on 2012-06-06T16:38:57Z Indexed on 2012/06/06 16:40 UTC
Read the original article Hit count: 262

Our app's mobile client can create wall post links to our app's web-facing pages. Since this happens in the context of a mobile app, we do this on behalf of our user using the Graph API's feed/message endpoint. I noticed that the links showing up in the wall posts are being routed through our app's auth dialog, which is NOT what we want. We just want transparent links, without forcing the client to auth our app, similar to what happens when you share to FB in Path.

I went ahead and disabled the "Stream post URL option" several hours ago, but we still seem to be getting the re-routed links for wall posts. The target URLs for these links are within the domain we've registered for our Facebook app. Is there anything else I need to do fix this?

© Stack Overflow or respective owner

Related posts about url

Related posts about facebook-graph-api