All Questions
Tagged with tagging facebook-graph-api
29 questions
0
votes
0
answers
16
views
Is there any edges that function similarly to "tagged", but includes non-public posts?
I have a question about Facebook Graph API since this is my first time using it. Is there any edges that can be used to get all posts that tag a particular page? I tried using tagged, and while the ...
0
votes
0
answers
160
views
Is Facebook Mention Tagging Autocomplete Possible?
I am trying to implement a feature in my app using Facebook's Mention Tagging API. Most articles online reference the blog post here, which then links to a broken documentation link. I am wondering if ...
0
votes
0
answers
22
views
Is the a way to retrieve all of the comments my page was tagged in through the Facebook API?
I see that there is a way to retrieve the public posts where my Page has been tagged through the Facebook Graph API. Is there also a way to retrieve public comments that tag my Page?
1
vote
0
answers
753
views
facebook graph API message_tags is not working
I have created an app in fb and add taggable friends in items from app setting (status & Review). and using this js code for tagging but not working for me. please help me to solve this issue. ...
0
votes
1
answer
192
views
Get all Facebook page photos tagged by others
I can get all photos uploaded by admin like this:
But how can I get all Facebook page photos tagget by others users (only allowed on facebook page timeline) in Graph API v2.3?
1
vote
0
answers
220
views
How to tag a page in facebook post using Request call android with Facebook SDK
My requirement is to post a facebook share an image with a text message which includeS a tag to a certain page in facebook. Have anyone done something like this ??
Please find the code I have used ...
0
votes
0
answers
146
views
Tag friend as "with—" on Facebook post
I forgot to tag a friend as "with—" on a two-photos post. The post got likes and comments so I cannot delete/repost. I tagged the friend on the single photos, but on my wall it has not the "with <...
0
votes
0
answers
362
views
Not able to tag pages in Facebook page post through API
I am not able to tag other pages on Facebook Page post through Facebook API. This is working fine when i post on page through login in Facebook.
I had used a no. of requests on graph API Explorer ...
1
vote
0
answers
305
views
Facebook "Mention Tagging" with Xamarin iOS
I'm fairly new to FB Development and I'm trying to find out if anyone has managed to do Facebook "Mention Tagging" with Xamarin, similar to how it's done with the Foursquare app? It must be possible, ...
1
vote
0
answers
201
views
Unable to publish custom story with mention tagging
My app was doing well yesterday and posting custom stories with mention tagging but from today its not working and telling me : -
Received Facebook error response of type OAuthException: Unknown path ...
0
votes
1
answer
230
views
Tagging Multiple users in a Status in Titanium Mobile
Help me with tagging multiple Friend's with a status which I'm updating via my device from my app. Here's what I'm doing
var data = {
link : "http://www.appcelerator.com",
name : "Appcelerator ...
0
votes
2
answers
2k
views
Graph API - tagging people in a post, without a place
I'm building a webapp which lets users search for properties for sale, on a map. I want to be able to share the searches on Facebook and tag my friends, so for example I can say "I am searching for a ...
0
votes
1
answer
173
views
Tagged inconsistent between page & API
I'm seeing inconsistent results between my page's tagged posts on the web and the API. Some of the mentions are not showing up in the API. Any suggestions?
I'm making the API call with manage_pages ...
0
votes
1
answer
1k
views
Facebook Mention Tagging not working
Mention Tagging: http://developers.facebook.com/docs/opengraph/mention_tagging/
Here is my code:
NSURL *requestUrl = [NSURL URLWithString:[NSString stringWithFormat:@"https://graph.facebook.com/me/...
-2
votes
1
answer
489
views
Tag friends to the link in facebook application
I have made an application on facebook, i have added link share option, comment for the link and like for the same link. Now what i want is the person who is generating the link can also tag his ...