We have an integration with Linkedin on our site www.snapsponsorship.com Unfortunately we can only managed to post to users feeds, not to the pages they are associated with. We have this up and running for facebook and have Twitter integrated also. Can I ask is it possible to authenticate a page directly for posting through an API or is it possible to authenticate a users account and then post to a page. Many thanks in advance Regards, Mark
No idea if im posting this is the correct place. apologies if wrong, would appreciate being pointed in the right direction. Im non technical trying to support development team
Related
Sorry for this rather basic question, but we have the "social-media-auto-publish" plugin installed on our village website, and it was publishing to Facebook absolutely fine a while back. But then some new procedures on Facebooks end came into play, and it doesn't appear that the posting is working anymore. I have asked Facebook, but they simply said that they cannot help, and I should ask here instead.
When I try to connect the app, I get the below message back
Invalid Scopes: pages_read_engagement, pages_manage_posts. This
message is only shown to developers. Users of your app will ignore
these permissions if present. Please read the documentation for valid
permissions at:
https://developers.facebook.com/docs/facebook-login/permissions
Now, we are a village (not a business) but am I right in thinking that only a business has access to these capabilities now? Or is 'Business Verification' actually a much more open thing for non-businesses to use?
Thanks for any advice you can give,
Dan
Can anyone tell me how can I track number of views,likes,comments and shares in a collaboration and community site. This is not a Google site. This site was created using lumapps. It's a collaboration site, Which works similar to Google+, where you can write a blog, post and like/ share the same. I need a way of keep tracking the likes/shares/views on such posts or blogs, So that I can display the same in Google data studio.
I heard it's possible using Google tag manager. Can anyone confirm this OR let me know about anyways of achieving the same.
Thanks and Regards
Kumar
You would do this by sending an event to Google Analytics and using this source in Data Studios.
Please see reference on how to send events using Google Tag Manager and custom Variables.
https://support.google.com/tagmanager/answer/6106716?hl=en
EDIT: LINKEDIN SUPPORT - do you check Stack Overflow for posts tagged with linkedin like it says on your website?
Have been directed here by LinkedIn developer site.
I have found the following article ( https://community.unbounce.com/unbounce/topics/guide-implementing-linkedins-new-autofill-feature ), plus a couple of others that talk about LinkedIn autofill, but there seems to be no documentation on the LinkedIn developers site. Is this still in beta? Is there a date set for its official release and for documentation release?
I wish to implement this on our company HubSpot landing pages, but so far haver been unsuccessful ('Your request could not be completed') and I am wondering if this is because it has not been made available to the public yet?
I have seen it used on 2 sites, but I assume these are using formstack or another application that has been granted access to the functionality?
Would very much appreciate some info on this great potential new feature.
Thanks in advance
I came across this thread while I was researching Autofill. Looks like you have to use LinkedIn Lead Accelerator for you to be able to use it. And people are saying that that's like $25k/3 months!
http://help.lms.linkedin.com/hc/en-us/articles/204141578-LinkedIn-AutoFill-Setup-Guide
http://www.marketing-mojo.com/blog/linkedin-lead-accelerator-is-it-worth-the-plunge/
have you had or known of anyone experiencing issues recently (this week) with creating a new Facebook app (developers.facebook.com/apps)? The issue being once the app is created, you now have to create the community page manually. Then when you go to the community page associated with your new app, it does not give you the ability (anymore) to add the app to your page anymore??? Any help or nudges in the right direction would be greatly appreciated.
Facebook changes their policy quite often. As developers we are responsible for keeping our applications up to date. Here is a link to the Facebook Developers Blog, you should subscribe to updates from this blog and stay updated with regard to the documentation.
Your problem is detailed in this blog post and the solutions is very simple - just substitute your values for this URL and open it
https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&display=popup&next=YOUR_URL
I'm working on a site with a Facebook Connect integration on blog posts. I want a Facebook .NET SDK that will allow me to:
Authenticate that a user is logged into FB. The actual login will be done via the typical FBML login button and simple JS with the XD Receiver.
Be able to push data from my WebForm to the user's FB profile, such as a status update.
I do not need to:
Create an actual FB application that goes on your profile, like "Cheer for the Red Sox" app or whatever. I do completely understand that I need to create an app using the Developer application but I'm not indenting to create a real full app.
Do any special stuff other than know the user's basics and push data to the profile.
Now are there any good starting points or SDKs I should look at. I've tried Facebook.NET and also peeked into FBConnectAuth. It seems like the former is too much and the latter is too little of what I need. However, that was a quick glance so are there any people with good experiences that did simple things?
Help is much appreciated!
Have you tried this example?
Post status to Facebook profile without Facebook modal window using ASP.NET
If you have any feature requests for FBConnectAuth, please let me know.
Adam
For me, Raya's integration of Facebook Connect is the best example out there. The author also has a good blog post where he describes how he integrated it with his existing web application..