How to share post on google plus from android app without shareIntent? - google-plus

I follow googleplus docs to share post using shareIntent But I want to share post without starting Intent. is it possible?
Any Hint apppreciated!

You can share your post using authorized tokens in google plus. Please go through the link.It will help you

Related

access NEST Cameras using Smart device management API by google

I am trying to access the NEST camera devices using SDM API. to perform this I have followed the steps mentioned here "https://developers.google.com/nest/device-access/authorize#link_your_account".
So far I am able to get the authorization code and got the access token also, but when I am trying to get the devices using the access token, it is showing me blank.
the google documents are also not so much helpful and the process of registering and accessing is cumbersome.
If anybody has done that, please share your thoughts. I really need some help on it.
thank you in advance.
When you were authorizing your app you should have seen a dialog where you authorize the scopes and choose which Nest devices you want to have access to. If you didn't choose any devices this is what would happen.

Getting access to the Google Pay API for Passes

I am currently trying to get access to the Google Pay API for passes. I am following the official guide provided by Google: https://developers.google.com/pay/passes/guides/basic-setup/get-access-to-rest-api
Unfortunately I can't even follow the first step, as the sign up form for Google Merchant seems to be offline. The URL where I expect the form just forwards me to an FAQ page.
Has anyone had similar issues lately.
Any kind of help or information is appreciated! Thanks.
Moving discussion from comment to answer to include image.
Hard to say if we're seeing the same thing. This is what I see when visiting https://support.google.com/pay/merchants/gethelp?visit_id=1-636549173956235486-3194546471&rd=4
Is this what you see?
You need to go straight to step 2. Access the API Console.

Which API should I use to get Github feed?

I'm currently working on Github API. I'd like to get news feed like we can see at https://github.com . I'd like to get information same as the authenticated user can see on the top page of github.com. I'm browsing Github's api documentation here: https://developer.github.com/v3/ . But I can't tell which is the right for my purpose. Anyone give a help to detect which is the best API for me?
I finally found which API is right for me by checking response from each API.
GET /users/:username/received_events is the one that I was looking for.
https://developer.github.com/v3/activity/events/#list-events-that-a-user-has-received

Fetching information from a facebook WebCal in iOS5

I'm building my first app which should fetch some events from a Facebook CalDAV. But I can't seem to define the source with EventKit. Am I reading the documentation wrong and is it only possible to get information from the iPhones calendar?
The source I'm trying to reach is:
webcal://www.facebook.com/ical/u.php?uid=614013015&key=AQCJQo9Dh5NqgP1Z
Does it provide a problem that it is a webcal and not an official CalDAV standard?
Thanks in advance
-Villars
I've looked it through and as I see it, EventKit doesn't give the option of connecting to a calendar outside iOS' own.

Facebook Integration with an external site

Hii..
I am working on developing a website and I want it to be integrated with Facebook, i.e. I want to fetch logged-in user's information like his wall info, comments, his feeds etc. along with his friends's information,their comments etc..
Also I want user of my website to be able to post comments, feeds on his wall, update / upload picture etc.
And all that I want to do using facebook API..
Is there any way to do it..? Please help me out, I am really not getting the way that how to do it..
Yes this all possible, but your question is too vague to have definite answer.
First you need to learn about:
Social plugins
Javascript SDK
Authentication (see Single Sign-on with the JavaScript SDK)
FQL
If after that you still have some specific questions we would be able to help further.
I'm not sure what languages/technology stacks you may be considering for your site, but you could also check for plugins that interface w/ the fb API such as
Facebooker - Rails plugin
Facebook Graph Plugin - Grails plugin