facebook

facebook feed

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #339082 Reply

    I am trying to put facebook feed from https://www.facebook.com/feeds/page.php?format=rss20&id=249892678486419 onto my app
    I have tried it in the bike example
    when i change the bike rss to my facebook rss i just get the loading round thing and nothing else

    http://query.yahooapis.com/v1/public/yql?q=select%20channel.title%2Cchannel.link%2Cchannel.item.title%2Cchannel.item.link%2C%20channel.item.pubDate%2C%20channel.item.description%20from%20xml%20where%20url%3D%22https%3A%2F%2Fwww.facebook.com%2Ffeeds%2Fpage.php%3Fformat%3Drss20%26id%3D249892678486419%22&diagnostics=true

    if i leave the bike custom.js as it is it works fine but my code doesnt work. please help. Thanks

    #339088 Reply

    Brandon
    Member

    Try this RSS reader its much better and does not rely on third party sites:
    http://www.genuitec.com/support-genuitec/viewtopic.php?f=14&t=5212

    #339093 Reply

    i tried that too but i was stuggling with it too. can you tell me where i put my facebook feed url on that example you mentioned? thanks

    #339113 Reply

    @virtualmaster,

    To understand the dynamic list example that cincyplanet has shared with you follow the flow of the create_list function in the _custom.js file. Hope this is helpful.

    #339129 Reply

    tried that already but it doesnt work with my url can you please try and let me know it works for then i will know its me and not the software. thanks

    #339132 Reply

    i have tried replacing http://ax.itunes.apple.com/WebObjects/MZStoreServices.woa/
    ws/RSS/topfreeapplications/sf=143441/limit=10/xml with my url http://fbrss.com/f/8570948f5a7b8b9587399ac542092f70.xml it just gives a blank screen. I am sorry if i am doing it wrong my background is not programming hence i brought this software thinking i can avoid coding. I cannot find any tutorial for the example otherwise i would have tried it myself.

    #339136 Reply

    its ok i managed to fix the issue
    basically you need to make sure the var are macthing to the names on the rss feed you are trying to link.

    #339148 Reply

    Ok now it works fine in mobione test but as soon i run publish it it stops working on mobione test. please see attached the product files

    Attachments:
    You must be logged in to view attached files.
    #339149 Reply

    Brandon
    Member

    I have had the same problem with Facebook feeds. They make it very hard for developers to grab what should be a simple feed for timeline or photos. I have stopped trying to grab feeds and suggest Flickr for photos and wordpress for news feeds and have started using just a web link for the Facebook.

    #339407 Reply

    my external xml file:

     <title>My Title</title>
                    <link>My Link</link>
                    <thumbnail>My image</thumbnail>

    in mobione i have

    var $xml = $(data);
        $xml.find("item").each(function() {
            var $this = $(this),
                item = {
                    title: $this.find("title").text(),
                        image: $this.find("thumbnail").text()
    
            }
            list_items.push(item);
        });

    problem
    Ok right now the script is only show the <thumbnail> working
    It is not reading the text <title> Not working
    the other issue is that it is not showing or opening the <link> Not Working

    Appreciate your help Thanks

    #339545 Reply

    support-michael
    Keymaster

    @virtualmaster

    Did you have any success parsing the xml file?
    If no can you post a real xml doc example?

Viewing 11 posts - 1 through 11 (of 11 total)
Reply To: facebook feed

You must be logged in to post in the forum log in