Tagged Questions
1
vote
2answers
121 views
Twitter api for getting friends list using access token and secret
My first question at StackOverFlow! Pardon me if I go wrong, my question doesn't make any sense or it hurts the community.
I have got Twitter Access Token and Twitter Secret for my Android app using ...
0
votes
2answers
531 views
OAuth: Send Access Token and Get User data
I am trying Google OAuth.I am developing web application running on IBM webSphere server. Application's framework is SpringMVC.
I am trying to get userinfo.profile. I have successfully get Access ...
2
votes
1answer
187 views
(JAVA) Google API analytics - unable to obtain new “access token” using “refresh token”
I want to obtain a new "access token" based on the "refresh token" saved in database.
Here is the code I wrote:
GoogleCredential.Builder credentialBuilder = new GoogleCredential.Builder()
...
0
votes
1answer
161 views
Searching Twitter with OAuth
Okay so I get an access token for Twitter each time I run my program...(It's tedious at the moment but I will find out how to make it a persistent store)... How do I go about using this access token ...
2
votes
1answer
560 views
AccountManager: invalidateAuthToken does not invalidate the token
I'm trying to get a brand new token from a Google account stored in a Android device but all that I got is the same old token that I've been caching in the last days. It seems that it's cached ...
6
votes
2answers
305 views
Android Authentication Mananger, when is user permission required?
I am writing an Android App and I need to request an Auth token from the account. Getting the list of accounts and the token is easy, I have that working so far.
The problem is that Jelly Bean opens ...
0
votes
1answer
212 views
How can I share photo or video to someone wall with using facebook app_token , because it is required user acc_token ?
I have a problem here ;
I want to share photo or video on someone's wall with my facebook application token .
But when I am trying to upload a video or photo to my wall for example , It asks for ...
0
votes
1answer
2k views
Getting oAuth token from Instagram API using Java
I have a simple servlet named Autentica that is responsible to get de code parameter used to know the OAuth token. The API returns to my callback page and thus the servlet named callback is runned. ...
0
votes
2answers
228 views
Facebook search with and without access_token
I did this research (without access_token):
https://graph.facebook.com/search?q="il padrino"&type=page&fields=id,name
Among results I see the first one:
"id": "104130852958000",
"name": "Il ...
3
votes
3answers
12k views
The user hasn't authorized the application to perform this action
I am developing a simple java program to post automatically (articles) to my facebook fun page. I have created an app and have got an access_token using url : ...
0
votes
1answer
773 views
How to detect the redirect to retrieve access_token via java
I'm starting to use facebook Graph API and I'm going to retrieve an access token with some simple HTTP requests via java.
Following https://developers.facebook.com/docs/authentication/
I created a ...
1
vote
1answer
455 views
How can I fetch the access token using the Grails oauth plugin?
I have been trying this for quite a while now. I am able to fetch the request token no problem. But when i try to exchange it for the access token I get the following error:
2011-07-17 ...
3
votes
1answer
1k views
Twitter4J AccessToken Generation
I am trying to create instance of AccessToken but its raising exception message. I have two ways to generate the AccessToken. My workflow is that on android machine I authenticate the user using Oauth ...
0
votes
1answer
4k views
Get Facebook OAuth token from code parameter
I build a FB app which does the following:
1) redirect initial request to FB, in order to authenticate/login, as follows:
...
1
vote
1answer
758 views
how to get access token using gdata in java
I am developing a Java Application where I am implementing 3-legged OAuth using google gdata in Java. This application is registered on Google App Engine. At the first stage, I am getting the ...