Tagged Questions
0
votes
1answer
34 views
Facebook App Configuration
My app has been working fine for a long time but now this error comes up during the facebook authentication. Any suggestions to solve this issue
Given URL is not allowed by the Application ...
0
votes
0answers
17 views
OAuthException: (#1) when posting the same message to multiple pages concurrently
Our app is trying to post a text message with a bit.ly link to multiple Facebook pages. The first 29 messages where posted correctly but the rest returned the following error:
OAuthException: (#1) An ...
1
vote
0answers
146 views
Omniauth-facebook Override oauth_token
I'm building a Rails 3 app which will exclusively use Facebook for authentication (via omniauth-facebook & koala for performing graph stuff). I want to be able to allow an iOS app to authenticate ...
10
votes
3answers
1k views
OAuth2 “social login” flow (allow OAuth2 authentication via Facebook/Twitter): are there any examples/literature?
I'm developing a native mobile app for a custom, web-based social network app. We're building a REST API to communicate with the web server, and we've chosen OAuth2 as the authentication method (the ...
1
vote
2answers
589 views
Facebook authentication within a Page Tab
According to the specification here: http://developers.facebook.com/docs/authentication/pagetab/ I want to autorize user with the server-side flow on page tab. I use PHP-SDK.
My redirect_uri ...
0
votes
1answer
740 views
Facebook app in a page: auth and error 191 on redirect_uri
I'm following this docs to create my facebook app that work in a page, but i've some errors. I've created an index.php with:
$i = parse_signed_request($_POST['signed_request'], $mysecret);
if ...
4
votes
1answer
1k views
Set Javascript API accessToken
I am developing a Facebook app. I have a server side OAuth flow which allows me to authenticate a user without requiring him to click on any button. I hence retrieve his accessToken as long as other ...
3
votes
1answer
1k views
Since offline_access is deprecated, how will we publish content on pages via server?
I want to be more specific on the question in detail...
I have an app, a page and a webserver. Webserver sends any newly publish content via my user to mypage as link / picture etc. Because I use ...
3
votes
1answer
2k views
Uncaught OAuthException - how to catch this error?
I have the below error. How am I supposed to catch this error?
Fatal error: Uncaught OAuthException: Error validating access token:
User 638720122 has not authorized application ...
0
votes
1answer
234 views
How to obtain an access_token (not for app)?
I am trying to query facebook reviews from the statistics software R. Could you please let me know how to obtain an access_token? I am not creating an app, and I haven't found any instruction about ...
1
vote
2answers
2k views
sample twitter oauth code in vb6 or vb.net
I have been searching for sample twitter & facebook oauth code to start with, but can't seem to find any.
can anybody share some ideas