Tagged Questions
1
vote
1answer
374 views
Fatal error: Uncaught OAuthException: (#5) Unauthorized source IP
I have build facebook application but godaddy block IP address. Please resolve it as soon as possible.
https://rite5.com/fbapps/adv/
facebook app url https://apps.facebook.com/rite-five/
error :
Fatal ...
1
vote
1answer
251 views
Facebook oAuth Access Token supposedly “never” expiring
I'm using the extended access token system to extend oAuth tokens issued by 60 days. This system is working well however one user was reporting that they had to keep resigning in. When debugging his ...
0
votes
2answers
1k views
OAuth Error: This IP can't make requests for that application
I just started to get random This IP can't make requests for that application. errors with my app. My server's IP address is on my whitelist from my app's settings, and it was working perfectly, but I ...
0
votes
1answer
77 views
Clicks on OpenGraph links in timeline fail to authenticate with “Error validating verification code”
I'm trying to authenticate users coming to my site from a click on an opengraph action in facebook.
I've generate the action successfully with the following code. This
goes out to my timeline ...
-1
votes
1answer
291 views
Best Drupal module for facebook Opengraph and Linked in
i wanna create alumni association website using drupal.so user(student,alumni,staff) can sign up/login using facebook/linked in.their details should be fetch from their social network profile.so which ...
0
votes
1answer
830 views
Cannot get FB.ui Method:oauth to work
I've been battling with this all morning.
I'm actually trying to get custom Open Graph Actions to work. I've succeeded in this, piecing together bits of information from here and there and ...
1
vote
0answers
699 views
Android Facebook Open Graph type Reference error
I am getting the following error when I am trying to post my Facebook Open Graph Action.
Here is how I am submitting the code.
JSONObject test = new JSONObject();
...
1
vote
1answer
345 views
authenticated referral not working but oauth url works
I have two methods of authenticating users. One is the normal oauth way from my website:
...
0
votes
1answer
196 views
Is there any way to get the User ID of the user visiting Facebook App without any authentication?
Let me make it clear, I want to welcome the user visiting my facebook app. So that I can refer his name in my facebook application. I don't need any other permissions or I don't have any other ...