C# help required to Create Facebook AppSecret_Proof HMACSHA256
Facebook requires that I create a appsecret_proof: https://developers.facebook.com/docs/graph-api/securing-requests
Facebook requires that I create a appsecret_proof: https://developers.facebook.com/docs/graph-api/securing-requests
I’m trying to post to a facebook wall, without using an API such as the C# Facebook SDK. I’m correctly getting the access token and all that, but I’m getting a 403 forbidden using the following code:
Update2
This post is getting old but still relevant.. Below is whe way I solved it. I marked the other guys answer because I think it answers the question better. I’m calling a similar method(I’am about to refactor:)) in accountcontroller. The string should be a list… I think you get it.
A common programming problem:
identify the URLs in an arbitrary
string of text, where by “arbitrary”
let’s agree we mean something
unstructured such as an email message
or a tweet.
I’ve been asked to develop a facebook application that allows users of their current system to find each other using a this facebook app. Unfortuantely their requirements are that it has to be build in ASP.NET 3.5 (Easier for their clients distribution purposes).
My ASP.Net MVC5 application allows users to create their own trip database using google maps api. Now I would like to allow them to post on their facebook walls those trips. Do you have any ideas on how I can achieve this? I don’t need a final answer, I would be more than satisfied with some insight about it.
I am using facebook sdk and facebook connect for integrating fb into my site using asp.net and c#. The user can login using the code successfully. The problem that I face is that whenever a user is logged in thru fb; if the user logs out from the facebook’s site and then tries to login through my site using fb connect, it gives error: The session is invalid because the user logged out.
So I’ve spent way to much time on this, and it seems to me like it should be a simple fix. I’m trying to use Facebook’s Authentication to register users on my site, and I’m trying to do it server side. I’ve gotten to the point where I get my access token, and when I go to:
How can I carry out an automatic search of all pages/posts on my site for any content embedded using oEmbed (preferably Facebook/Instagram content)?
I have created a Facebook App to upload photos to facebook from image url with help of some tutorials. It needs an image url and description. I want to put a button “Upload to Facebook” below every “Image” type posts in wordpress.