I am trying to have my github commits as an RSS feed but so far I have not managed to figure it out. I know that a private feed is available with the following syntax:
I am doing this at the moment <?php $xml = si开发者_JAVA技巧mplexml_load_file(\'www.tompeters.com/atom.xml\');
I have searched for two days on google trying to solve this problem.I have also searched this forum and read the FB Dev page till my eyes hurt.I asked this question two days ago and it got removed.I c
I\'m using Google\'s .NET Client Library to read email on my gmail account. But things are not very clear for me.
I was wondering what all the possible types of posts I can expect in a feed. The documentation at http://developers.facebook.com/docs/reference/api/post/ mentions that the type field could be link, vi
I currently have this code but it leaks because I don\'t know how to release feed parser object this many times, so I need help with memory management or some other way to feed multiple feeds with it.
I\'m trying to get the news feed of page (I\'m admin of that page) using the limit, since and until parameters, but it doesn\'t work, it doesn\'t work even in graph api explorer tool. I\'m requesting
When a user posts a comment on one of our sites, we give them the option to send the comment to their facebook wall.i.e. the following code:
I am making a FQL query开发者_运维知识库 to get the user\'s News Feed. I am missing some information. E.g. when a user likes a page, I don\'t know what pages the user has liked and when a user is atte
I\'m trying to implement Facebook features in android Application. I\'m using FBConnect.jar i have two questions