pavelk2 / social-feed

JavaScript plugin that shows a user feed from the most popular social networks
http://pavelk2.github.io/social-feed-example/
MIT License
962 stars 304 forks source link

What is the current status of Google Plus profiles and business locations? #188

Open h-sobhy opened 8 years ago

h-sobhy commented 8 years ago

I have spent two days trying to make this plugin work with Google my brand or personal profile using any of username or hashtag but it doesn't return my posts while it's able to return others with the same name but don't have the Google Plus same name.

For example I have personal plus account https://plus.google.com/+MyRealname/ and a brand (business location) account https://plus.google.com/+MyBrand/ and have posts contain hashtags and other not. when I try to use all or one of the following strings doesn't return my or my brand posts

MyBrand

@MyBrand

MyRealname

@MyRealname

while my APIkey is working with others, Is there any settings should I do in my plus pages or the plugin?

Thank you,

h-sobhy commented 8 years ago

Another issue, I get the following when search by @ user https://www.googleapis.com/plus/v1/people/MyRealName/activities/public?key=xxxxxxxxxxxx&maxResults=2 404 ()

HartLarsson commented 8 years ago

is that you API key? is configured correclty?

h-sobhy commented 8 years ago

Hello, is showing other people posts enough proof that it's okay? I have added API keys from both my personal developer and brand developer console (tried to test different google accounts) and assigned http://localhost:port and added the Google+ API (other APIs like maps are working) for both keys in both consoles and tried each with no luck.

Do you mean that the current status of the plug in is "valid for gPlus" ?? any examples? I have tried "yours" but still doesn't work.

h-sobhy commented 8 years ago

it's working now with hashtag but doesn't show very recent posts (5 hours) and sure shows others posts that only have same hashtag keyword in their post without "#" for example I use #MyBrand but it returns a single profile page has "MyBrand" keyword as part of his name.

is there a way to control this more?