Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6082663
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:18:52+00:00 2026-05-23T11:18:52+00:00

Integrating FriendFeed API thorough PHP, How can I acheive that. I am developing a

  • 0

Integrating FriendFeed API thorough PHP, How can I acheive that. I am developing a website where in i want to integrate FriendFeed..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T11:18:53+00:00Added an answer on May 23, 2026 at 11:18 am

    Check out this sample code

    include("friendfeed.php");
    include("JSON.php");
    
    //Connect
    $friendfeed = new FriendFeed("yourusername", "yourpassword");
    
    //Sample code to post data via the API
    $entry = $friendfeed->publish_message("Testing the FriendFeed API");
    
    //Sample PHP code to get data for a specific users feed via the FriendFeed API
    //The below gets the first 30 entries in that users feed
    
    $feed = $friendfeed->fetch_user_feed("some_random_user_name", 0, 0, 30);
    foreach ($feed->entries as $entry) {
     //get the image of the service, and its name (eg twitter, googlereader...)
     $output .= '<img src="' . $entry->service->iconUrl . '" alt="'. 
     $entry->service->name . '" />';
    
     //get the title of the entry and link to it
     $output .= $entry->service->name.'<a href="'.$entry->link.'">'.
     $entry->title.'</a>';
    
     //get the date of the entry
     $output .= date('Y m d', $entry->published);
    
    }
    
     echo $output; //prints the entry title, icon and link to the entry
    

    Here is the source for further reference.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm integrating my application so that it can edit files stored in SharePoint. I'm
I am integrating an app with a service (iContact), that describes its API as
I'm currently integrating a CMS (developed in PHP) authentication with Active Directory. This specific
I'm integrating with an existing servlet that pulls some properties out of the HTTP
hi i am integrating authorize.net AIM api into my shopping cart. i have a
I'm integrating my website with a third party system. Here's the workflow between my
I am integrating this Twitter API in my project. http://mobile.tutsplus.com/tutorials/iphone/twitter-api-iphone/ This is running well
I am integrating my Android app with facebook for that I have used Facebook
learning Jquery and integrating with PHP - getting there, but have one last challenge
I am integrating FlurryAPI with my app, and I don't want it to start

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.