iPhone:facebook "misconfiguration" error - iphone

In my application I use sharekit for facebook integration. but It shows me an error msg as shown in below image.
I want to clear that I have used latest library of sharekit and I have also referred following link
referred link
and as shown in fig. when I tap "Log in to Facebook" button I am able to send msg to facebook.
but why does the message generate that I don't know.
Any kind of help would be appriciated..

Related

Facebook SDK - Open Graph - Share Dialog post button greyed out - error code 102

I'm following the tutorial for Publishing using the Share Dialog on the Custom Stories in iOS section.
https://developers.facebook.com/docs/ios/open-graph
When I want it too, it switches to the Facebook App, the Graph Object is presented to the user (image, title etc) for a few seconds and then disappears and Post button greys out. If I tap the Post button before it greys out, I get an error message logged:
Error publishing story: Error Domain=com.facebook.Facebook.platform Code=102
"The operation couldn’t be completed. (com.facebook.Facebook.platform error 102.)"
UserInfo=0x16d48640 {error_code=102, app_id=1435110413425124,
error_message=An error occurred during publishing.}
FYI, the standard share dialogue presentShareDialogWithLink:handler: is working fine and letting me post - it's just when I present one with a Graph Object attached to it.
I would post sample code, but it'm using the same code that's in the tutorial above. Besides, I'm pretty sure this is to do with settings in the App Dashboard, not the code I'm writing.
Per this question on Stack Overflow Facebook SDK - iOS - Fail to share URL (Error 102), I've confirmed that:
My App's Settings are set correctly in App Dashboard (including iPhone Store ID and Bundle ID)
By info.plist file is configured correctly.
This question facebook error code 102 with sdk 3.6 suggested using a real Facebook user who was an administrator of the app. I tried that, but the problem still occurred for me.
I also tried it with the App published, and with it unpublished and there was no difference.
I'm wondering if anyone else has any ideas for things I haven't checked yet?
I'm a numpty.
Despite the fact I said I'd checked the settings were correct in App Dashboard, I had misspelt the Namepsace.
If your Facebook app status is "development and unavailable to the public" will caused same result.
You may want to change it to public under "App Review" on the Facebook app menu. Or you need to login Facebook as role "Administrators", "Developers" or "Testers"

Facebook Like button error

I'm having some problems with my like button. Used Open Graph Object Debugger and no errors were found.
The button still doesn't work.
When you click "Like" it will turn into a red text "error", saying "Sorry, this feature isn't available right now: An error occurred while processing this request. Please try again later."
Note: the likes came from the link I've posted on Facebook, share button is working.
My site: https://googledrive.com/host/...

FB Wall Posting with Link from FB IFrame App

I am doing the FB Wall post with a link say http://www.rewardtv.com. When i post it from my standalone website (using spring social) the link on the wall is working fine. It goes to the rewardtv.com
But when i use the same code from FB app and post it to the wall, even though the wall post looks correct, but when i click on the link it is getting redirected to
http://www.facebook.com/connect/uiserver.php?app_id=172622806174327&method=permissions.request&redirect_uri=http%3A%2F%2Fwww.rewardtv.com%2F&response_type=code&display=page&auth_referral=1
instead of rewardtv.com
and then getting a error page that my "An error occured with app name. Please try again.
Any help please... My intention is even if the wall posting is done from FB app (iframe), it should be directed to www.rewardtv.com instead of going to my app connect and permission
is there any extra permission need to granted in the app?
Constructing link like below
FacebookLink link = new FacebookLink("http://www.rewardtv.com",
rtvLinkTitle, rtvLinkHeading,
rtvLinkMessage);
and doing the post like
facebook.feedOperations().postLink(message, facebookLink);
To rectify the problem follow the below steps,
To Post the Cross domain URL (http://www.rewardtv.com) as link do the following,
Go to developer app setting (https://developers.facebook.com/apps) for the corresponding App.
Click the Edit App tab.
Click the Advanced tab on left side.
In the settings of Migrations Menu, check the radio button to Disabled for Stream post URL security

Facebook link posting through Graph API

I am trying to post link using Graph API. I am posting to https://graph.facebook.com/me/links. It is working as shown below. I want to do it similar to how Snip.it displays. I mean show "via Snip.it" in the bottom as shown in the figure below. If I keep the cursor on top of the link, a hover panel is also displayed.
Is it possible to do like that via Graph API? If not, how is Snip.it doing it?
By the way, If I post a link to feed url (https://graph.facebook.com/me/feed), I get the error "The post's links must direct to the application's connect or canvas URL.".
Through my app:
Through Snip.it:
You can use feed dialog mentioned in following link here. "snip it" is a Facebook app, in feed dialog you specify the app_id, by defining app_id Facebook will add "via" + "your app name" in each feed dialog.

Facebook Error "There was a problem with the parameters of the request. Body of an error/warning message. Title is: Invalid Request"

I am posting a Link to a Webpage with Embedded video tags (youtube, etc..) through the Graph API to a Facebook Group. This causes the Video to be embedded in the stream but When you click play you get "There was a problem with the parameters of the request. Body of an error/warning message. Title is: Invalid Request"
Also this only happens when posting the link through the Graph API
Here is a Link to Show you this Error in action:
http://www.facebook.com/groups/209324852431956
I have created a bug here: (Please help vote this issue up)
http://bugs.developers.facebook.net/show_bug.cgi?id=19191
Here is a Link to a Very Similar Issue:
getsatisfaction.com/sendible/topics/playback_error_in_flash_posts_on_facebook_invalid_request
The solution they used above makes me believe that it is related to the flash player being used. I am using JW Player, but this also happens with youtube videos posted the same way.. and I have no Idea what player they are using.
It worked when I first started working on my project thesociable.me then one day it stopped.. and I went through every line of code related to posting links to videos.
Well, I had same problem... This alert only show on profile with Timeline activate.
If you post on profile without timeline... swf player does work normally.
I read this link
http://developers.facebook.com/bugs/283046815062713?browse=search_4f1e0678a12b73019079378
By the read... the issue is on proccess to solve