mistafi

Results 4 comments of mistafi

After researching this more, it does fire, but it appears that some is wrong in self.currentStep. In this line: var startStep = self.currentStep >= steps.getCount() || self.currentStep < 0 ?...

Possible fix, tested and currently working: go to https://developers.facebook.com/tools/explorer/145634995501895/?method=GET&path=me%2Ffeed&version=v3.0 and grab the token it generates from here.

@HartLarsson Have there been any moves on this? I've been working on replacing yahoo with rss2json. So far so good, but I'm getting: Uncaught TypeError: Cannot read property 'feed' of...

Thank you for your reply! I have made a few adjustments: ` rss : { posts: [], loaded: false, api : 'https://api.rss2json.com/v1/api.json', getData: function(url) { var counter = options.rss.limit, limit...