Tagged Questions
0
votes
0answers
39 views
Filtering open graph actions by object
Is there any way of filtering /[USER ID]/og.follows by object using an App Access Token?
e.g:
/[USER ID]/og.follows?
object=[http://some.object.path]&
access_token=[APP ACCESS TOKEN]
I ...
0
votes
0answers
62 views
Print text from Open Graph URL via concatenated URL string
I am trying to print the URL from a webpage onto my iOS device screen. I've completed Facebook auth by this point and I'm trying to concatenate the accessToken and user id into my url.
There are two ...
0
votes
0answers
134 views
Registering Facebook Achievement - App-Access Token Issue
I'm having a problem registering achievements:
I'm posting this code with the graph explorer:
[APPID]/achievements?access_token=[app access_token]&achievement=[achievement ...
0
votes
0answers
52 views
How to post to an OpenGraph object via fb:admins
I asked a similar question regarding "How to post to a news feed if a user has liked a page?".
From previously, I know that, so long as the OpenGraph tags are set up correctly, and the page has been ...
0
votes
2answers
845 views
set user (access token) within FB.init
i want to publish story to user timeline even when they were not login with facebook. Actually I stored user access token in the database, if the user login in with email, i'll retrieve the access ...
1
vote
3answers
271 views
How can my website app publish on facebook timeline when the user is not logged on facebook?
I would like to know if there is a posibility of publishing my actions on facebook timeline if the user is not logged on facebook, I mean through a cron job, actually my users have an extended token, ...
0
votes
1answer
402 views
how to handle expired facebook access token to post activity
I've some problem when posting an activity to opengraph.. for example:
user A login in my app and give a comment on article XX then the activity posted to their facebook profile
then.. user A logout ...
