problem about news-feed-Collection of common programming errors
Kevin Oluseun Karimu
php jquery mysql facebook news-feed
I have a news feed that has been developed using PHP, MySQL, and jQuery. The news feed does it’s job by getting new content every 5 seconds. However, this is done by a “refresh” of the complete content. I want to only ADD any new content to the news feed. I want a fade in or scroll effect to be used (jQuery) for this to occur. The items already loaded should stay on the feed and NOT reload with any new content. How can I do this?Here are my 2 pages and code.feed.php<body ><script>win
Teddy
facebook news-feed facebook-opengraph facebook-timeline
I am having a problem with sharing/liking links with Open Graph Protocol data for audio/mp3 files. They look OK on Facebook news feed/timeline, but when you click play button, it won’t play. It says: undefined (see screenshot).So I tried playing some older posts of links with OG meta data about audio/mp3 files, and they don’t play either.EDITI did some firebug inspection and the audio player is Flash based. I think the problem is in the flashvars part of the embed code. There is a flashvar f
simonbs
iphone facebook sdk facebook-graph-api news-feed
I am trying to implement Facebook in my iPhone app and I have successfully authorized the app in the application delegate as shown in Facebook’s guide. Now I can easily use Facebook around my application using the code below.AppDelegate *appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate]; facebook = [appDelegate facebook];I would like to get the user’s News Feed but when doing so using the following code I get an error.[facebook requestWithGraphPath:@”me/home” andDelegate:
spotter
facebook-graph-api news-feed
I get this error semi regularly when iterating over pagination of a user’s feed (ala https://graph.facebook.com/user_id/feed){“error”:{“message”:”An unknown error has occurred.”,”type”:”OAuthException”,”code”:1}}If I adjust my limits, sometimes I can get it to work, however, sometimes even adjusting down to 1 doesn’t work. If I adjust the until value, I can sometimes get it to work as well. It’s as if there’s corrupt data on facebook’s end that I have to force it to skip over. Is there an app
Web site is in building