Skip to main content

All Questions

Tagged with
803 questions with no upvoted or accepted answers
8 votes
1 answer
3k views

Asp.net Login providers by using Owin external login In a Pop Up Window

I'm using MVC with Owin external login. Owin doesn't open login as popup. It redirects the page to that login provider. For example If i want to login through facebook it will not open facebook ...
Waleed Baig's user avatar
7 votes
1 answer
372 views

Could not create SSL/TLS secure channel after some time when trying to connect to Facebook through my web app

In my web application i added an option to register/login using Facebook, it works fine and does it job, i'm working with VS2013 coding in C# and ASP.NET and when i start debugging and press the ...
argamanza's user avatar
  • 1,142
6 votes
2 answers
2k views

Get facebook user token

I'm trying to retrieve a facebook user token by doing this. I know it can be done in python. public string GetToken(string Username, string Password) { wb.DownloadData("https://login....
Peter's user avatar
  • 809
6 votes
1 answer
9k views

Missing Required Property: The og:url property is required, but not present

I'm trying to create a simple page with like button inside in my facebook app when i test my page on the facebook debugger, i got this messages: Missing Required Property: The og:url property is ...
Yosi Havia's user avatar
6 votes
1 answer
292 views

BrowserSession.LoginComplete event not working even after successful login on Facebook through SDK

When I log in to Facebook through the Browsersession.Login() it works fine, but BrowserSession.LoginComplete event isn't working during this Period. Can anybody suggest why this thing is happening in ...
Sensation's user avatar
  • 113
5 votes
0 answers
567 views

(OAuthException - #100) Invalid verification code format

I have using the Facebook login authentication on the C# ASP.NET MVC application. Facebook assembly reference: Facebook.7.0.6 Used the below code for getting user details, dynamic result = fb.Post(&...
Mohanraj Periyannan's user avatar
4 votes
1 answer
1k views

Restarting the conversation when user leaves the conversation and joins back later

On Skype or Facebook, when the user goes offline on a Prompts or Form Flow question (don't know about the rest) and joins back later, the user is forced to provide an input for the last dialog stack ...
SajidSalim's user avatar
4 votes
1 answer
2k views

Store and retrieve facebook access token in ASP.NET MVC 5 app using OWIN

I'm a newbie with OWIN. Currently i'm using visual studio 2015 to create ASP.NET MVC project, and visual studio wizard handle almost of basic functions like register new user, login with external ...
Small's user avatar
  • 53
4 votes
0 answers
1k views

Windows Phone 8.1 (Windows Runtime): Clear cookies with Facebook and WebAuthenticationBroker

I work on a Facebook login app on Windows Phone 8.1 (Windows Runtime), using WebAuthenticationBroker and the example seen at Windows Phone 8.1 WebAuthenticationBroker Implementation. It works well, I ...
GwenGuts's user avatar
  • 509
4 votes
0 answers
998 views

facebook debugger curl error: operation_timeouted

When I paste my link on facebook debugger, it started to scrape my page, after a few seconds, it showed the following message Curl Error OPERATION_TIMEOUT Operation timed out after 10000 ...
Mary Chan's user avatar
4 votes
3 answers
5k views

FB.Logout() not working in Facebook UnitySDK

I've managed to successfully log in FB using FB.Login function. Now I want to log out: FB.Logout(); Debug.Log("FB IS LOGGED IN " + FB.IsLoggedIn); I am expecting the above code to print the value of ...
Kolyunya's user avatar
  • 6,224
4 votes
0 answers
609 views

facebooktemplate causes "'Newtonsoft.Json.Linq.JObject' does not contain a definition for 'user_id'" when run in a facebook app

Been following the tutorial for the new facebook mvc template from http://go.microsoft.com/fwlink/?LinkId=269921 However even with the basic app template I'm unable to get it to run as it just flags ...
Darkside's user avatar
  • 1,740
4 votes
0 answers
455 views

Facebook Insights Object not returning lifetime period data

I am trying to read lifetime value for the metric domain_feed_clicks. I am able to get day base data by default but it's not returning lifetime data, even though the API supports this. You can confirm ...
Dinesh Ahuja's user avatar
4 votes
1 answer
146 views

How do I change the DBML (facebook) preferred language?

I want to overwrite FB preferred language; as an example: public static string ScriptUrl { get { string name = System.Threading.Thread.CurrentThread.CurrentCulture.Name; ...
chamara iresh's user avatar
3 votes
0 answers
203 views

No names returned when retrieving reviews via Graph API

So I'm trying to retrieve all the reviews to my business page but I can only get the name of the person who's access token I'm using. Do I need an access token with an additional permission other than ...
user2078816's user avatar

15 30 50 per page
1
2 3 4 5
54