Go Back   Android Forums > Android Development > Application Development
Application Development Dev Lounge for the Coder Folks
Gamers - Check out our new sister sites!
Nintendo Wii U!    |    OUYA - $99 Android System!

test: Reply
 
LinkBack Thread Tools
Old November 28th, 2012, 01:19 AM   #1 (permalink)
New Member
Thread Author (OP)
 
Join Date: Nov 2012
Posts: 1
 
Device(s):
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default Android:Google Plus profile feed.

Using Google Api in Google Plus I am getting the public posts performed by that particular user(Logged in by whom) only as follows::

private Person profile = null;
profile = plus.people().get("me").execute();
Plus.Activities.List list = plus.activities().list(id,"public");

((com.google.api.services.plus.Plus.Activities.Lis t)list).setMaxResults(Long.parseLong("50"));
ActivityFeed feed = ((com.google.api.services.plus.Plus.Activities.Lis t) list).execute();

How do I get all the posts performed by the user as well as by the other users(friends) as shown in the Google plus user profile?

Partha Bhowmik is offline  
Reply With Quote
Sponsors
Old November 28th, 2012, 06:41 AM   #2 (permalink)
Senior Member
 
Digital Controller's Avatar
 
Join Date: Sep 2012
Location: Cincinnati, Ohio
Gender: Male
Posts: 8,370
 
Device(s): Nexus 7, Galaxy Nexus (toro) with Mianogen PAC, (RIP) Droid Incredible CM7
Carrier: Verizon

Thanks: 355
Thanked 1,956 Times in 1,366 Posts
Default

Welcome to the forums Partha, glad to have you here

Looks like you are doing a little Dev work here so I am going to move this thread into Application Development.

Hope this is alright!
__________________
Want Faster help? Read this before posting!

I love this community and so should you! So before posting please read:
Site Rules & Guidelines and Android FAQ's
Digital Controller is offline  
Reply With Quote
Reply


Go Back   Android Forums > Android Development > Application Development
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 12:25 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.