facebook web request from asp.net to fetch albums - asp.net

Greetings!
I am trying to fetch list of albums from my facebook account from my asp.net application.
For this i am using facebookapi and it creats web request for following url:
http://graph.facebook.com/me/albums?access_token=201397309875468%7C2.zOxG70QX1tAV3necYGWJ5A__.3600.1297328400-100000682028927%7C2Y-eRXd5fxhGi7gdvZWFem0nRNU
But it returns 0 albums. I have 2 albums in my account.
When i triend to fetch my friends list then it returned me all my friends with their ids.
If someone has idea about this then please give me suggestion to handle this.
Thanks
Munish

You might be interested in looking at facebook's developer wiki, they have allot of information regarding their API, although i have never tried this yet i know some of my friends created similar applications and works like you.And all of what they have got everything from Facebooks wiki for developers.

Related

Linkedin API - Posting to Pages

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

Connecting my WP site to Facebook using social-media-auto-publish

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

Form autofill with LinkedIn

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/

Is this possible to access Google Places Dashboard using API

I am developing an application where I need to retrieve Google Place Dashboard Insight data using Google Places API or Google Analytic. I am looking for documentation and sample code for this for the last 6 hours with no luck! :(
Does anybody know if there is a way to to do this? It looks to me there is nothing like this yet, but I would be extremely happy to see I am wrong, and there is a way to do this!
I am looking for the same for the last 6 hours but does not seem like there is any. Even that has gone worse when I saw this post here: http://places.blumenthals.com/threade8ae.html. However, the thread was closed way back in 2011, so I hope Google has developed something for this!
Maximum accessibility to Google Places API is limited to Search, Business Detail etc. but I need to access the insight metrics like Impressions, Actions, Clicks more info, Clicks for direction, Clicks to website.
Is there any HTTP Get request to handle a REST API and throw me the data from Google server? If yes, please provide me the link to documentation. My application is platformed in ASP.NET 4.0, so a .net client would be handy as well.

FacebookConnect integration with ASP.NET

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..

Resources