Tagged Questions
0
votes
0answers
12 views
Facebook web application extended permissions second step dont show
I'm setting up an application (C#.Net4.5 MVC4, razor views) which need pretty much all available user permissions from facebook.
You can see code examples below how I have set it all up.
The ...
1
vote
0answers
11 views
Extended Facebook Access Token Not Working
I have an app that uses the JavaScript SDK to get one of the Facebook 2-hour "short-lived" tokens. I then take this token and send it to the endpoint below:
...
0
votes
0answers
14 views
FbGraph OAuthException Invalid OAuth access token
I am using FbGraph in my Ruby on Rails app along with Omniauth. I am using the server-side method to get the long-term (60 day) access token for the user and then storing it in a session variable. ...
1
vote
1answer
36 views
Stackexchange API Implicit vs Explicit
This question is inspired by the documentation on the stackexchange and facebook API (http://api.stackexchange.com/docs/authentication) but is probably more widely applicable to OAUTH 2.0 in general.
...
0
votes
1answer
50 views
Getting user profile image link and email with Google or Facebook external login
I've been trying to figure out how to get user profile image link and email while registering user with external login. Does extra data in following example serves a purpose of retriving extra data?
...
0
votes
1answer
40 views
Specify multiple redirect URIs for facebook OAuth2
My web application is deployed to a production site, but I also need to perform local development. Besides, I have a couple of test servers where I perform different testing activities. I would like ...
0
votes
1answer
71 views
How to single sign on into gmail, yahoo mail & facebook from Spring based Web application with ldap as Authentication provider
We have a Spring MVC & JSF based web application which uses Spring security to do user Authentication using LDAP provider & after successful authentication user profile is fetched from oracle ...
0
votes
1answer
60 views
What am I doing wrong in localhost Facebook app development?
App Domains: localhost
Website with Facebook login: http://localhost/auth
I go to http://localhost/auth/ and in my Chrome developer console I see the error: Given URL is not allowed by the ...
0
votes
0answers
135 views
How to get facebook access token with oAuth 2.0?
I want to get Facebook access token using oAuth 2.0 protocol in c#. I have AppId and AppSecret keys with me. I googled a lot and found many articles regarding this. All the articles are describing ...
0
votes
0answers
119 views
Yii facebook login issue
I have created an facebook application in Yii and make user(s) login to my application using their facebook credentials .I'm using OAuth for facebook authentication and it's works fine on local server ...
0
votes
0answers
69 views
How do i get an acess token with scribe?
I'm working on a project to extract data's users on differnt social networks, including Facebook with Java. I'm actually blocked because of a problem with oauth2.0, I use Scribe to get the ...
0
votes
0answers
23 views
Facebook is denied for sharing when I share feed two time continuously
I am trying to sharing with facebook. It share first time correctly but when I am going to share my feed second time within 1 minute then It creates problem.I am unable to understand that what is my ...
0
votes
1answer
104 views
User authorization on a rest service via an access token
I have a mobile application (HTML 5, JavaScript) and a Restful service (Java, Jersey) to cater the mobile application.
Mobile application sign in is handled via a Facebook (Sign in using Facebook ...
-1
votes
1answer
43 views
How to automate the login process for Facebook using OAuth2?
With the way Facebook handles logging in with OAuth, is it even possible to automate the login process?
Ive tried various approaches with no success and I got my Facebook account temporarily blocked ...
0
votes
0answers
71 views
Store Facebook access token from app on server-side with Spring
We have the following setup:
Android App
iOS App
Spring backend
App users can create a normal account (email/password credentials) or login with Facebook. Until now we used HTTP Basic ...
0
votes
1answer
109 views
Facebook OAuthException Code 191 - Invalid redirect (sometimes)
I've been losing a lot of sleep about this and really don't know how to solve it.
The bug only affects a few of my users, sometimes after they have already signed up and want to login with Facebook ...
0
votes
1answer
113 views
OAuth2 newbie - posting to facebook wall from wordpress plugin
I'm really stuck on understanding the steps needed to integrate a plugin i'm building for Wordpress into facebook such that it can post to either the target user's wall or their fan-page wall.
...
0
votes
0answers
57 views
Facebook permissions - App install request
If i open my webpage directly outside facebook it redirects me to install my App and give permissions.
But if i open the facebook tab which is linked to the same page it gets me back a blank page if i ...
0
votes
1answer
120 views
Facebook OAuth Exception: redirect_uri missing
I'm new to JAVA and using play framework to create a website.
I'm trying to integrate Facebook oauth into my website. The code that I have is:
// This function is called to populate _facebook, ...
0
votes
1answer
39 views
Loggin in with facebook url issue
I've looked around and search but can't seem to find the answer to this. I have a login with facebook button on my site, and I've setup the app on developer.facebook.com according to what I've read. ...
0
votes
0answers
73 views
Generate Page / User access token for Facebook API without redirecting
I am trying to use Facebook Rest API in my application . I wanted to generate authentication token and using that generate page access token which can be used to post on page.
When I was going through ...
0
votes
1answer
106 views
When Facebook removes an App, it puts the site's domain on a blacklist?
I got my app removed by Facebook last week.
Now I'm trying to build a new one correcting the problems, but I always get an error authenticating the user.
SECURITY WARNING: Sharing the above URL ...
-1
votes
2answers
141 views
Facebook OAuth Login: Invalid site URL and Invalid app domain
My app's domain is thehub.j.layershift.co.uk
In the "App Domains' box, I'm attempting to put: thehub.j.layershift.co.uk
I also have selected Website with Facebook Login and in the Site URL box, I'm ...
0
votes
1answer
104 views
facebook api not returning work,location and email fields
I have started using the FacebookAPi using the Scribe library.I generated the access key with the scopes ...
0
votes
1answer
106 views
How to properly use facebook OAuth2?
After like 3 days desperately trying to integrate the facebook login system into my website i've came to the conclusion that i miserably failed. I simply created a mess of PHP SDK with JavaScript SDK ...
1
vote
1answer
235 views
HybridAuth “Tiny Social Hub” example redirecting to /hybridauth/?hauth.start=Facebook&hauth.time
I'm trying to figure out how HybridAuth works. I've installed it on my server as per instructions, added my developer key for Facebook, Google etc, however when i go to the "Tiny Social Hub" example:
...
1
vote
1answer
182 views
Creating facebook app with callback url
I am creating a facebook app. And I want to let users to login to my website using it(Using passportjs).
But to do that, I need to give callback url(my website url). But I couldn't find that field in ...
1
vote
2answers
246 views
Facebook server-side OAuth 2.0 on localhost:8080 can't get access token missing redirect_uri
There are many other question related to this, but they didn't help me fix my problem.
I'm using the Facebook server-side login for a website, which I want to test locally. The path that initiates ...
0
votes
0answers
670 views
https://graph.facebook.com/oauth/access_token" resulted in 400 (Bad Request) Spring Social
I want to update status using Spring Social programmatically. I tried oauth part with apache httpclient library. But I got exception - at line:
AccessGrant accessGrant = ...
0
votes
1answer
86 views
How to get extended access token for perl app?
I found this on facebook site, but what I need to do with this to get extended access token?
https://graph.facebook.com/oauth/access_token?
client_id=APP_ID&
...
0
votes
1answer
152 views
Facebook access token expiration how to get extended? perl desktop app
I made a Perl script for Facebook but it doesn't work after a period of time, or if I log out. I think this is due to the access token expiring.
Could somebody help me to extend the expiration of ...
0
votes
1answer
25 views
Redirect to other page when a user cancels Facebook App 'Allow Access'
We want to redirect a user after cancelling allow access. Currently, it loads the user's news feed. Any ideas how or if it is possible?
0
votes
0answers
95 views
OAuth from native iOS app with OAuth from Facebook
So I'm creating an native iOS application which uses OAuth 2.0 with the grant_type of password to make requests against our own API. (A question of whether that's the best grant_type to use, even if ...
0
votes
1answer
137 views
Why can't I access public profile information?
When I send an API call such as this:
$getinfo = $facebook->api('/100005254861029?fields=name,education,email,gender,work,website,locale,currency,birthday');
All I get back is name, gender, ...
-2
votes
1answer
74 views
CSRF check failing due to missing “state” parameter in redirect after authorisation of login dialogue
I'm using the Facebook login dialogue for login to my website (with the PHP SDK), but it always fails the first time a new user authorises the app and succeeds the second time they try.
I'm finding ...
2
votes
1answer
463 views
Getting (OAuthException - #2500) An active access token must be used to query information about the current user
I am getting the following error:
(OAuthException - #2500) An active access token must be used to query information about the current user.
Using V6 of the Facebook SDK in C#.
Below is the code ...
0
votes
1answer
112 views
How to get an OAuth2 token using UIWebView and NSURLRequest?
I am trying to retrieve an access token for the Facebook API using just a UIWebview and NSURLRequests. Because I'd also like to do this with Twitter and Google plus I don't want to include the whole ...
0
votes
1answer
309 views
Do Facebook Oauth 2.0 authorization code Expire?
The Facebook OAuth Access Tokens Expire after a specified period, but what about Facebook OAuth authorization code? does it expire? (it does not say?)
Reference:
...
0
votes
0answers
54 views
Oauth 2.0 for facebook
facebook Oauth
Oauth 2.0 spec
As is said in the Facebook Oauth,if I want to get Oauth code I can set the response_type=code
http://www.facebook.com/dialog/oauth/?
client_id=YOUR_APP_ID
...
0
votes
0answers
182 views
Commenting a POST via FB API gives “(#200) Permissions error”,“type”:“OAuthException”
I am currently trying to comment a post on the FB feed using the Graph API (through a third party app then). It requires me to http-POST to the $POST_ID/comments resource with the body of the post ...
0
votes
0answers
19 views
Facebook OAuth 2.0 vs OAuth.Org Specification
Seems to be different?
Example section
4.2.2. Access Token Response http://tools.ietf.org/html/rfc6749#section-7.1
the specification specify Access Token response as
HTTP/1.1 302 Found
...
1
vote
2answers
546 views
Facebook exchange code for token
When you successfully exchange a "code" for a token
facebook responses with the following (html body)
access_token=USER_ACCESS_TOKEN&expires=NUMBER_OF_SECONDS_UNTIL_TOKEN_EXPIRES
But what ...
1
vote
4answers
2k views
How to implement social login in asp.net mvc 4?
I want to implement role based login using oauth with facebook, twitter, google etc. It will only be using oauth and will have a role system. Not the default template with the usual registration and ...
0
votes
1answer
109 views
DotNetOpenAuth doesn't work for Facebook after deployment
I have setup my website to accept logins from Facebook , Linked In , Google using DotNetOpenAuth library in .NET in VS2012 Ultimate. I am using IIS Express 8.0 . My application works as expected ...
0
votes
3answers
77 views
Handling Facebook and Twitter users as one user on website
On my site i gave two options for user to login FB and Twitter, I successfully got user info from both APi's, now I want to handle facebook and twitter users in my MySQL database as one user.
For ...
-1
votes
1answer
61 views
Facebook App No Longer Available After Switching to Business Account [closed]
Our organization has an active Facebook App, but after someone (who shall remain nameless) switched the account to a "Business" account, that app is no longer available, due to Facebook TOS.
Now we ...
1
vote
1answer
319 views
Login With Facebook SDK PHP - User Must Click Login Twice
I am trying use the PHP Facebook SDK to log users in with facebook.
I have started off by using the example file provided in the .zip I downloaded from GitHub.
When users click login they are taken ...
0
votes
0answers
148 views
Facebook login on headless browser
My Facebook app has a function of automating tasks on server side headless browser (like visiting app links).
Now, I use the Facebook SDKs to log user in and access user's news stream to search for ...
0
votes
2answers
65 views
NodeJS Confirm Facebook Credentials
In this scenario I have an app in which:
The user is to log in using Facebook Single Sign On (SSO) on a mobile device (iOS in this case).
The returned Facebook credentials are then sent to a ...
0
votes
1answer
118 views
Different types of facebook access token
I a bit confused. I'll be glad if someone could clarify it to me -
What are the differences between the the token that I get in the following ways:
Getting a token in this way: ...



