Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Does anyone know when the ChannelUrl parameter, passed to FB.init, is actually used by the fb js sdk? I can see it getting hit in our nginx log files and it appears to be from IE8 users, but I cant seem to manually recreate it. I have a Fan Page iframe app, with like buttons and the comment plugins.

share|improve this question
I see it get loaded by FF and Chrome as well, when I inspect the network traffic during my page load. As to when it gets loaded, I don't know. – DMCS Jan 24 '12 at 0:09

1 Answer

up vote 11 down vote accepted

you can see this post. it is well explained.

https://developers.facebook.com/blog/post/530/

share|improve this answer
thanks for your link. it has solved the problem :) – Subail Sunny Feb 26 '12 at 5:53
2  
It would be best to provide a little more background here as the links may die over time. – krystan honour Mar 26 '12 at 12:17
2  
Well... I'm just a little bit lazy! :)....thanks for your suggestion. next time I'll remember this issue. – Abdul Ahad Monty Mar 26 '12 at 12:50

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.