0

How can i avoid callbackURL in sharekit to post on twitter ? Any other way to implement twitter sharing ?

Devang
  • 11,258
  • 13
  • 62
  • 100

2 Answers2

1

You will have to mention a callback URL since it is mandatory in twitter. But it will be only a placeholder and completely ignored.

Its more explained in here: iOS: ShareKit >> Twitter Settings >> Callback URL --- What is it?

and the reason caused to have it is explained here: http://groups.google.com/group/twitter-api-announce/browse_frm/thread/2086c8c5a12242ec?hl=en

Community
  • 1
  • 1
kalana
  • 89
  • 5
0

You can't avoid callbackURL. If you are using sharekit, the callbackURL will not be used. But its mandatory field. You can give URL of some search engine.

Nir
  • 399
  • 3
  • 22
  • The callbackURL specified in code should be same as one specified while creating appid in twitter. – Nir Mar 31 '11 at 04:37
  • but i have not created any URL .. and check out my question i want to avoid it .. – Devang Mar 31 '11 at 06:03