In Google API's dashboard there is an option to Request connection to Google+ Page.
I've requested to connect to a product page I've created in Google+, but it's been in "pending" state to this page ever since (weeks).
I didn't fin'd any clue what is wrong or what I should do.
Any advice?
This process is something that Google doesn't have to approve but you yourself have to make sure to confirm on both the API Console and on your Google+ Page.
Make sure to go through all the steps mentioned here:
https://developers.google.com/+/features/analytics#setup-insights
Related
I have a website maybe is www.jaminebaker.com and there is a feedback page and a article page. In my article page, there is also a share button to Facebook. Can I check whether is it possible for Facebook Analytics to trace whether did I click on the feedback page also ? I know that I can track the Facebook share.
Thanks.
Yes, this is totally possible. If you're using Facebook Pixel, check this out. If you're using the Facebook Analytics JS SDK, check this out.
We have tried to set/get write permission bellow:
https://www.googleapis.com/auth/plus.me
https://www.googleapis.com/auth/plus.stream.read
https://www.googleapis.com/auth/plus.stream.write
https://www.googleapis.com/auth/plus.circles.read
https://www.googleapis.com/auth/plus.circles.write
for posting on google plus, but I am not able to post on google+ wall.
Google plus API is a read only API. You can NOT post to Google plus (website / google+ wall)programmatically.
It really wont matter what scope you send your not going to post to a wall. If you are looking at activates they are also not posting to a wall.
Activates are internal based upon your application. If you install your application and your friend does you will both see the posts but no one else as they are only view able via your application. They are not posted publicly on the google plus website.
We can able to post on Google+ Wall.
Once we will need top create Domain account for google so we will get write permission for posting.
I have already done it.
In Microsoft's Bot Framework, there is Facebook Messenger Channel. And according to the setup page, i followed everything and then have finished configuring things on both Bot Framework and Facebook App ends.
Finished setting up Facebook Webhooks and it's Callback URL (with the required Verify Token). Everything seems to be correct (Please refer to screenshots below)
But when i start trying to chat to my page (from my FB Admin Account), there's no reply, nothing.
What seems to be the problem? And what should i be looking at, please?
Thanks all in advance.
I got it working now.
Inside the Botframework's "Enter your credentials" section, there's Facebook Page Id field to enter, but i didn't know there's a specific Page ID for a Facebook Page (which can be found under "About" tab). In fact, i thought it was the one we used in the URL (For example: https://www.facebook.com/xxxxxxxxxxx, and therefore: xxxxxxxxxxx) but it was wrong.
Then, deauthorized and resubmitted credentials from Botframework.
Thanks everyone for all the helps.
Also, can you verify that your bot works correctly from the test panel and webchat control in the Bot Framework portal.
You may also wish to deauthorize and resubmit credentials.
it's odd that you're not seeing any errors in the bot framework portal for the Facebook channel, that would almost imply to me that the messages aren't making it from the Facebook messenger chat service to the Bot Framework. It looks like you've set the callback URL correctly (from the unmasked part).
You can also hook up Azure App Insights and give us the instrumentation key (via the portal) and we will send any error events to your app insights instance.
I've created a Google Hangout extension app, tested it works privately etc and now I'm trying to publish it. I have followed the instructions here:
https://developers.google.com/+/hangouts/publishing
I've filled in the forms correctly, created the O-Auth client ID, filled out the consent form etc. When I tick the Make this application public tickbox and try to save, a server error message pops up along the lines of:
Server Error
Whoops! Our bad.
Please try again. If the problem persists, please let us know using the "Send feedback" link below. Thanks!
Tracking Number: XXXXXXXXXXXXXXXXXXXXXXXXX
[Send feedback]
I've checked the Chrome console - the request gets a 500 error and in the JSON response I can see:
{"message":"Developer not registered with CWS."}
I have paid the $5 one-off developer fee on the Chrome Web Store and I am the Hangout project owner. I'm not sure what I'm missing here. I need to get this published in the next 24 hours...
Any useful insights? Is there any official support forum for Google+ platform developers?
UPDATE
I was using a Google Apps account before so I've paid the developer fee on a personal account to verify me on CWS, made this account owner of the Hangout project and I still get the same message response.
I believe then that it's basically just broken. Thanks Google.
I am looking for a web service kind of like Google Analytics.
Paste some javascript into your web page and if any of the links there become invalid, hey presto, an email is sent to someone telling them which link, which page etc etc has the incorrect link.
Anyone heard of such a service?
This would slow the page loading down a lot if it had to check for broken links every time someone visited it (basically a http request for every link). Not that it isn't possible, but the implementation would have to be very very good.
Javascript cannot send emails, you would have to use ajax to post the details to another page that would then email the admin. As this is all client side, it is very open to abuse.
I would suggest using a program to do it every now and again. There are even Firefox extensions to do it rather than a program. Google will also list a whole host of websites offering the service.