onSnapchatPageHide and onSnapchatPageShow errors - snapchat

We are getting ReferenceError: Can't find variable: onSnapchatPageShow on pages opened in the snapchat app. What is the issue, should we add a library to our page?

Turns out this was a bug on snapchat SDK which didn't affect user experience. It is fixed now.

Related

Is it possible to deep link to a Facebook Event page?

I've tried fb://event/EventID#Here which attempts to open the event page in the Facebook app, but then says "Unable to load event. It may have been cancelled." Obviously I didn't cancel the event, and it isn't Private or Guest View only. Is this function simply not supported in iOS 10?
If not, what Facebook deep links are supported? I've only had success with Profiles and Pages, but this post has quite a large list that supposedly work: What are all the custom URL schemes supported by the Facebook iPhone app? (hasn't been updated for iOS 10 though)
fb://event?id=[eventID] appears to work
deeplinks are supported now, your link should be https://facebook.com/events/:eventId/
For me, #Wes answer did not work. Only seems to run with fb://event/:eventId
Maybe the API changed...

Can't edit credits callback url in Facebook Application

I try to edit credits callback url in Facebook Application Edit page. and got
Error
Unable to update Test App settings, please verify that all of the test apps are valid.
and no more information.
This is a known problem which seems to be introduced just yesterday, see https://www.facebook.com/help/community/question/?id=2166100
I imagine that facebook will react to it soon.
Edit: Just to give an update, there are two relating bug reports:
https://developers.facebook.com/bugs/282014131882255
https://developers.facebook.com/bugs/145135438951191
Edit2: Fixed for me now!

Facebook Javascript SDK not working on Page

It seems the javascript SDK is not working at all on my domain. The like box no longer works... This happened after I created an app canvas page, I think.
I'm trying to use FB.ui on my apps canvas page but nothing with the FB js SDK is working. I figured it might be a javascript problem so I removed all of the jquery / mootools but no luck.
One thing is I don't have a secure URL yet, could this be my problem?
Secure URL is not the issue. Please check the Error console to see the errors thrown? To resolve FB Undefined issue try loading that asynchronously as suggested by facebook use the code provided here http://developers.facebook.com/docs/reference/javascript/

ShareKit : Facebook connection issue in iOS

getshrekit.com : Yesterday I was facing problem in Facebook. I was register App on Facebook and that keys are incorporated in ShareKit when I was click the Facebook button I was getting error Screen shot attached.
Please provide your feedback.!
Whenever you use ShareKit, you need to first check updated version of it. You can follow this link and i hope it will certainly help you. http://getsharekit.com/docs/

Facebook Like Box for my facebook page

I am trying to implement facebook like box for my facebook page on my own site. I copied the code from http://developers.facebook.com/docs/reference/plugins/like-box/ (HTML5 or any other) and pasted on my site. Box appears with all the correct information bu when I click on like, I get an error message saying
"The page at http://www.facebook.com/pages/xxxxx/111111 could not be reached."
I've been trying to find a solution for this for hours but couldn't find anything. It's nothing to do with the privileges etc.
I also ran it through Object Debugger and it didn't come up with any problem.
Does anyone has any solution for this? I created the page today, does facebook needs time to parse/index my page before like box works?
Thanks in advance
Are there any demographic restrictions on your page that would prevent it being seen by somebody logged out of Facebook? Is it the published? Those are the two most common reasons for that error that I've seen
Ok, all of a sudden it started working. Haven't changed anything in the code. So I guess Like Box won't work if you install it on the same day you create the FB Page.