https://www.google.com/adsense/api-signup? token-AKH2dBqR029e02xt082QzKLC4LWYfk3062rP41Lcsnays4Ecv37P4FVUT9nKAoT5hzKEFCQ5/5gu_EI4jsybAseROZuK_cKDHP6znHntOBIR2faoe6kPGhzPkN pDbQ3SuPhT8LA80UfDylZsVazu8pncF9G8L-Oa-lSPt_QliDbRDbs1OCUF43etWhtOtTl5s94QdpdnKZlkeZAA9rY-eZIk_rw-otwZ0T9SMnegtRSqDdYPWoz-EEqiQhh3qIIETPKxXRY2fr5B-bARSwqsK3hvHrVgQlp5fbKm50gLZc4AatSoBIbHOzuRDktOeoV8FBWQSw1YsYLkE8YYrWAcFzq_W_nqU2YPTQM9lihXA5laKdZAYXXoOiR7a7xNCClzgExvc9ThiMvb 98h1-en-GB
Can anyone please help me understand above api?
I dont understand the token part where can I get this token?
Actually I am trying to change my youtube channel adsens account. I found this link from youtube and the guy said you need to replace your own channel token in this url. But i dont know where can I get this token from? sorry I have very basic understandings of REST apis
Related
I have read the documentation, https://developers.facebook.com/docs/instagram-api/webhooks but I am confused as to how the mentions API with the webhooks works and was hoping someone could throw some light my way.
I have successfully setup the hook, and my facebook app is configured to send data here.
I gather I Have to tell the the app that the facebook page linked with an instagram account wishes to subscribe by calling this:
POST graph.facebook.com/{facebook page id}/subscribed_apps which should then hit my hook everytime any linked page gets a mention in a media item or a comment?
This is the bit I am confused on and could really use some help!
Also, can I have multiple pages subscribe to the hook?
Thanks in advance.
Can you figure this out or no
i looked everywhere with no result
I'm a newbee on facebook development and I'm trying to do some basic feature on FB, just post a message to wall and upload some picture. This feature would be integrated into a game.
Now the problem is I HAVE TO use the REST API to login, using the url and parameters below:
https://api.facebook.com/restserver.php?method=facebook.auth.login&api_key=393870187360051&v=1.0&sig=d2985e6e3ac9fe3efe814d5c9c614f57&format=JSON&email=myfacebookaccount&password=mypassword
However I got the error 'Application does not have the capability to make this API call'
I have double checked that the FB app_key and account is correct, and the APP is bound to the account already.
I don't understand what that error message means. Do I miss something when calling the request? or this REST API is already deprecated? I doubt it because I find no reference about the METHOD facebook.auth.login on the official website now.
PS. I use the REST API in that way BECAUSE I must use some company internal API, which implements the login request like that above. If that method is already deprecated, I need to ask the guy to upgrade the API.
Thx so much
In case of someone who still need to play around with the Facebook legacy REST APIs, please take note that the REST API is not supported for newer Facebook app.
For details, refer here.
I have to get the Facebook access token and pass it through URL to get ttsid & then parse the json to get Web services contents.
please check this facebook graph.It will help you.
Please have a look at the link and
Fb ios6.
And you can check there official tutorial. Fb Graphs might be helpful.
I'am really new to all this Facebook development, and I wanted to integrate Facebook within my personal website.
I am now trying to test if what I want is possible.
I want to post a status from my server, via php/js to my Page in Facebook.
How can I do so?
B.W.
I saw that there is this FBJS function called "Facebook.streamPublish"
But I don't know how to integrate it.
Is there any possible way to do so?
Can you give me an example?
-Secondly, what is an access token?
You get an access_token after facebook authenticates you. You will need this access_token for all subsequent API calls. You can find the details here:
http://developers.facebook.com/docs/authentication/
You can use graph API for publishing on the wall and doing other allowed actions. Details of publishing api can be found here:
http://developers.facebook.com/docs/reference/api/post/
But do have a look on the facebook policy, because publishing automatically to a wall is considered violation.
http://developers.facebook.com/policy/
I want to list the YouTube video links in my iPhone app that I have shared in my facebook account.
How can I do this ?
Please if you have knowledge about this, please share with us.
Thanks in advance.
Look at FBConnect FBConnect and Graph API or REST API to see if this is possible.
Do the following instruction;
make a request for metadata.
After getting the response for metadata, just parse links dictionary from connections. You will get one url with access_token and signature.
Make one more request with the url.
eg:[fbGraph doGraphGetWithUrlString:[[[resultFacebook valueForKey:#"metadata"] valueForKey:#"connections"] valueForKey:#"links"]]
4 . Now you will get list of YouTube url from Facebook that already is in your Facebook Wall.