List the FaceBook NewsFeed in Wpf ListBox

Hi,
i am developing a facebook application using WPF using Facebook.dll
i can find example for reading friends list. can any one help me how to 
read the News Feed for the person who login.
Thank you

Ask on http://stackoverflow.com/questions/tagged/facebook*. WPF does not help you on this.
Visual C++ MVP
Hi Alex,
As Jiang suggested, for your question, please contact with their official support to get better answer.
Thank you for your understanding.
Best Regards,
Franklin
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • When I 'share' photos from iPhoto to Facebook they don't appear on the Facebook newsfeed?

    When I 'share' photos from iPhoto to Facebook they don't appear on the Facebook newsfeed?
    The only way I can get them to appear on the Facebook newsfeed is to 'share' the album within Facebook. Does anyone know why iPhoto only puts the photos on my profile wall and not for people to view in the newsfeed?

    I'm having the same problem and I end up having to just post it the old fashioned way. Has anyone figured this out as they appear on my wall but not in my newsfeed???

  • I have a problem with black squares in the contact list on facebook, but it is only in Firefox, I no longer know what to do? I'm using Windows 8

    I have a problem with black squares,rectangles, etc, in the contact list on facebook, but it is only in Firefox, I no longer know what to do? I'm using Windows 8.

    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "'Start in Safe Mode"''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • Why is my contact list showing Facebook profiles of people whose number I don't have in my contacts? Isn't the "contact list" supposed to only identify and match facebook profiles with contact phone numbers within my iphone?

    When I went into the Facebook app on my iPhone 4S, I tried finding friends through my contact list. I thought only contacts with cellphone numbers matching a Facebook profile would appear to add as a friend. What's being populated are friends of my friends. Why is this happening? A friend of a friend isn't my contact. Shouldn't a true contact have a phone number in my contact list when attempting to match contact to Facebook profile or did things change with iOS 7.0.3??

    Many mail clients reject images, JavaScript and embedded CSS styles.  For best results use plain text near the top to communicate your message and give a link to the actual web page on your server.
    For mail clients that do have limited support for HTML, use uncomplicated tables and inline CSS rules (inside the body tag).  
    All that meta data description is a red flag to spam filters.  You shouldn't be using meta description or keywords in e-mails.
    The article below has some good tips & resources for reliable e-mail templates you could use:
    http://alt-web.com/Articles/HTML-Emails.shtml
    Nancy O.

  • How can I delete the Facebook friend list in PSE 11?

    I would like to delete the Facebook friend list so it doesn't show up when tagging people in photos.  It appears once you authorize Facebook and download your friend list (I inadvertenly left the checkbox checked) there is no way to reset.  I tried logging out and back in.  The list does not show in the contact list.
    Thanks

    Hi,
    Please go to %appdata% > Adobe > Elements Organizer > 11.0 > Organizer >OLS
    and delete the facebook-contactList named xml file present in that folder.
    Thanks,
    Anwesha

  • Why does my Facebook newsfeed not work following the latest iOS software update?

    Hi all
    I've just upgraded the software on my iPad mini but I can no longer get my Facebook newsfeed. All it tells me is to add friends!! I can still view my timeline, friends pages and groups etc!
    It's just my newsfeed I can't see.
    I don't have the same problem on my iPhone though!!!
    Thanks

    That Site Advisor add-on duplicates features that are built into Firefox. <br />
    http://www.mozilla.com/en-US/firefox/phishing-protection/
    That said the Site Advisor 3.3.1 is blocklisted by Mozilla due to the Site Advisor extension being the #2 cause of crashing the Firefox 5.0 betas. McAfee was notified of the problem long before that extension was added to the blocklist. Now it is up to them to fix it. <br /> https://addons.mozilla.org/en-US/firefox/blocked/
    I have heard that SiteAdvisor 3.4 is now available, which should fix all FireFox 5.0 issues. It is available from siteadvisor.com . Not sure why McAfee isn't doing an automatic update for their users.

  • Has anyone had success using the player in a facebook newsfeed

    I'd like to use the player as a previewer in a facebook newsfeed. Has anyone had success? Is there a recipe for this?
    Thanks,
       Leo

    The Juniper VPN is a SSL-based VPN solution whereas the native client supports L2TP and PPTP only - in other words they're completely different beasts.
    That said, you shouldn't have any issue connecting to the SSL-VPN. I do it almost daily. You may need to be running the latest (or at least, recent) software on the Juniper box, though - earlier versions of the Juniper software had problems.

  • How to add a dynamic drop down list in RDLC reports in WPF

    I have to Load an RDLC report in WPF application and need to include a drop down list in report.Based on the selection of drop down list different reports to be generated.I am using C# and WPF.
    Eg: I have to list the details of employees in in RDLC report.There is a country drop down list, Based on the selection of country drop down list we need to display details of employees in the selected country.

    Looking good.
    With rdlc I think you will have to use the windows report viewer control.
    If this was SAP crystal reports there's a wpf report viewer.
    I never actually tried that with rdlc and I suppose there is a small chance they turn out to be compatible.  
    If you have questions on rdlc specifically then you're probably better finding a forum specialises in that. Not sure where that would be but maybe in the sql server forums.  It's a business intelligence thing and people who do the likes of ssis are
    what you want really.
    I do reporting myself but I think you'll find few others who do so here.
    Good luck.
    Hope that helps.
    Recent Technet articles:
    Property List Editing;  
    Dynamic XAML

  • How to get the Clicked Item of a ListBox?

    I need to get the clicked item of a listbox.
    The item can be at first selected, when I click it again, it
    automatically gets de-selected, but I want to get that item
    whenever I click it. Any idea how to do this?
    This line does not work, because it gets the selected item.
    var pattern:String = event.currentTarget.selectedItem.myname;
    This one must work,but something is missing.
    Anyone can help me with this?
    marks is my ArrayCollection;
    var pattern:String =marks.getItemAt[??].myname;

    Here is my code. Am using this function in the itemclick
    event of the ListBox.
    My ListBox is a multi-select listbox. So am selecting several
    items by pressing "Ctrl" key and selecting each item using click.
    Say I have selected 4 items, when I press "Ctrl" and
    de-select one of the items, I want to get the itemname of the
    deselected item.
    public function createMarksList(event:ListEvent):void{
    // Alert.show(new
    String(event.currentTarget.selectedItem.myname));
    // var pattern:String =
    event.currentTarget.selectedItem.myname;
    // pattern = pattern += "," + pattern;
    // text1.text = pattern;
    <mx:List x="9" y="46" width="121" height="121"
    id="lstMarks" allowMultipleSelection="true"
    itemClick="createMarksList(event)"></mx:List>
    So, your help is required here buddy.
    I sitll can't figure out.
    Thx

  • After updating to ios 7.1.1 my Facebook newsfeed is gone.

    After updating my ipad and iPhone to the newest ios 7.1.1 I have lost all newsfeed on Facebook. It tells me to add friends. I view my profile and all of my friends are still there. What changed with security that I need to change back?

    I had the same problem.
    I deleted the Facebook App and reinstalled it...now the newsfeed has returned.

  • Where are the Facebook albums in Photos?

    I don't see the Facebook albums and I don't know how to publish certain pictures to certain albums in Facebook now.

    Under the picture well, in Desktop & Screensaver window,I have a list of things to choose from, starting with Apple Images and so on. The last item in this list is Choose Folder, then there's a line, under that line is says Library, and if you scroll down past that. all your albums should appear.
    Miriam

  • I can't install the facebook app from anywhereeeeee kindly hellppp

    i have tried several times to download the facebook app on my BB 8520 and every time it show me message that says that my device does not support the requirment needed to install it , so how may i install it and from where ...???? it is realyy urgent 
    best Regards 

    Hi Geny,
    Have you verified that your BlackBerry meets all the system requirements for Facebook for BlackBerry? You can see them listed in this article. http://bbry.lv/qSoNWO
    Thanks.
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • Why can't i use the facebook chat application on m'y iPad 2 ?

    i have a MacBook and i often use the Facebook chat system with m'y fb friends. I tried to use the same application but it's not possible. how can i chat on fb with my ipad2

    go to the newsfeed on facebook and then turn your ipad horizontal (landscape).  chat should pop up on the right side.

  • Facebook: Why doesn't it show "via iPhone or Ipod" when updating status via the Facebook App?

    I see a lot of updates by other users which say "via Iphone", "via Ipad3", etc. But I don't get it for my updates even though I use the Facebook App. Even I tried using Facebook via Safari. Same results. I checked all the settings in my Ipod and settings in Facebook as well. I assume it should detect automatically. Is there something I'm missing? I like resolving issues myself. But this time I'm frustrated because of this ridiculously negligible issue. Please help.

    I have this same problem. On my iPhone 4 running 4.3.5, when I download a podcast from inside the itunes app on my phone, it appears to download correctly, but doesn't show up in the list in the ipod app.

  • Facebook newsfeed not working.. showing blank white page and retrying option

    bb z10 cantshow the newsfeed ... it shows the msg that there is no new news feed retry.. but when i retry it shows again the same msg
    Solved!
    Go to Solution.

    Yes, I believe there is an issue currently with the Facebook app connecting, I am seeing others reporting the same.
    Same for me, as well.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • WRT54GC Wireless Issue

    I've had this router for about 18 months and it's always worked fine until recently. Whenever I try connecting a wireless device, the router loses it's internet connection. The internet light on the router goes off and all of the devices on the netwo

  • TS4036 How do i continue the icloud restore on my iphone, it has stopped when my wifi failed ?

    How do i continue the icloud restore on my iphone, it has stopped when my wifi failed ?

  • IPhoto says 'Files Cannot Be Found' when trying to import from SD Card

    Hello all, I have this stupid little problem with my iPhoto. Every time I plug my SD card to import pictures I took from trips or whatnot to iPhoto, it says 'Files Cannot Be Found' but when all said and done, the files are actually there. I don't kno

  • Photo booth taking up too much space

    I am not sure if I am putting this question in the right forum... I recently had an error saying my startup disk is almost full.  I started investigating what is taking up so much space.  I have a 500GB hard drive and only had about 3 gb free space. 

  • Boot Camp 3.0 and hidden files

    I've upgraded Boot Camp to 3.0. Windows XP can access Mac disks except all files in my /Users folder (Desktop, Documents, Library, etc.). Clicking option "Show hidden files and folders" only shows mac's hidden files. Can anyone help?