My facebook api name contains exclamation mark (!
). Whenever I share something on facebook through the API, the post contains the API name, but it removes the exclamation mark. Does anyone have any idea about how to display !
.
EDIT 1: Please see below image to get better idea of my problem.
The 'via' link's text on Facebook.com in News Feed or on Timeline isn't populated by anything in your IOS App's code or ShareKit configuration; it's from the App's basic settings page, accessible at https://developers.facebook.com/apps when logged in as an admin of the app
For example, here's my app settings for a test app:
And how a post appears:
If i change the app name:
It appears with the !
I've tried with "& #33;" and "& #x21;" (without space and without quotes) and it's working, can you try again?
EDIT
I think that the problem is in the method: - (BOOL)send
from the class SHKFacebook.m
. Make sure that the SHKMyAppName or your SHKItem info is encoding with SHKEncode and not with SHKEncodeURL
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With