1
vote
0answers
12 views

Facebook does not show thumbnail when a photo is shared

I am using the following code to share images on facebook but when the dialog box is shown it does not show the image and once it is uploaded facebook just shows a link to image. <a name="share" ...
0
votes
0answers
28 views

(OAuthException - #200) (#200) The target user has not authorized this action

I have created a facebook app and have appid and secretkey. Also I created a appaccess token using graphapi for my app. (I selected my app in the drop down list and created an access token with ...
1
vote
1answer
34 views

Is redirect to Facebook needed when the access token has expired?

Let's suppose there is a website which wants to post on Facebook in the users' name. First, when the user is linked to Facebook, he will have an access token and read access so he can log in with ...
0
votes
0answers
12 views

Facebook Invite Friends API Scambled Webpage and No Message

I implemented the following code to invite friends. While the code works, and when a request is sent, it appears fine, when I view the request, a scrambled version of my site is shown, with no ...
-5
votes
0answers
37 views

using facebook feed dialog to post in wall -c#

I am trying to create an application which should post messages in my friends wall. I used graph api. It looks like the it is not longer valid. var fb = new FacebookClient(AccessToken); var ...
0
votes
0answers
7 views

Facebook Javascript SDK: send dialogue redirect_uri not working

I am working with the FB Javascript send dialogue. I am wanting the iframe/popup to redirect to another url so I can mark that the FB message has been sent. However redirect_uri doesn't seem to be ...
0
votes
0answers
26 views

Facebook API : Check User page liked gives wrong result

I have a little problem with the Facebook API and PHP sdk (and JS sdk as well). I'm trying to check if current app's user has whether liked a given Facebook Page before he can do some actions on my ...
0
votes
0answers
11 views

Facebook Add Tab to Page Code with custom image and page tab url

The following code will add a custom page to a Facebook page as a tab <body> <div id='fb-root'></div> <script ...
0
votes
2answers
12 views

How to add custom button on facebook comments

I would like to know about the feasiblity of customizing facebook comments as follows: Is possible to create a custom button near to Comment box? eg: Create a new button called "Create" near to ...
0
votes
0answers
19 views

Facebook deauthorization callback not working properly

I am building a canvas app. I have set the Deauthorize Callback URL in the Advanced section of the app dashboard. In the given file, this is my code: if(isset($_REQUEST['signed_request'])) { ...
0
votes
0answers
11 views

Open Graph Built-in Like vs. Like Social Plug-in for mobile web apps

I have a mobile app created using the javascript sdk, I would my user to be able to like posts, on the news feed. does anyone know how to achieve this?
0
votes
0answers
23 views

Like a facebook object outside facebook with like button generated by configurator

I have an app that loops through the posts retrieved from a the STREAM. for every item I want to include a like button, so that when a user likes the post on my app, it's liked on facebook.com too. ...
0
votes
0answers
19 views

Custom Facebook Friend Selector?

I'm trying to implement a custom facebook friend selector plugin on my website. Link to Plugin: https://github.com/codersgrave/Facebook-Friend-Selector Current Functionality of this plugin: - User ...
0
votes
1answer
34 views

I am no longer getting the list of friends who use my app. It was working for a few days, now it has stopped working

I use the FB.api Javascript API to access the list of friends of the current user (me) who also use the app: FB.api('/me?fields=name,friends.fields(installed,name),birthday,gender,location,email', ...
0
votes
0answers
24 views

Facebook’s iOS app: sharing via feed dialogue using a ‘web app’ results in cropped image

We are using a basic feed dialogue to enable sharing on Facebook – title, caption description and image. The correct image is being picked up, and displays correctly, on desktops, Facebook’s Android ...

1 2 3 4 5 53
15 30 50 per page